|
ddiff Version 1.0.0 |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Analyzer.Option in com.ehsbe.ddiff |
---|
Modifier and Type | Method and Description |
---|---|
static Analyzer.Option |
Analyzer.Option.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Analyzer.Option |
Analyzer.Option.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Analyzer.Option[] |
Analyzer.Option.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
static Analyzer.Option[] |
Analyzer.Option.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Modifier and Type | Method and Description |
---|---|
boolean |
Analyzer.isEnabled(Analyzer.Option option)
Check, whether the given option is set for this instance. |
boolean |
Analyzer.isEnabled(Analyzer.Option option)
Check, whether the given option is set for this instance. |
Constructor and Description |
---|
Analyzer(char separator,
EnumSet<Analyzer.Option> options,
PathFilter excludes)
Create a new analyzer instance with the given parameters. |
Analyzer(char separator,
EnumSet<Analyzer.Option> options,
PathFilter excludes)
Create a new analyzer instance with the given parameters. |
|
ddiff Version 1.0.0 |
||||||||
PREV NEXT | FRAMES NO FRAMES |