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.
|
Created by Jens Elkner