ddiff
Version 1.0.0

Uses of Class
com.ehsbe.ddiff.Analyzer.Option

Uses of Analyzer.Option in com.ehsbe.ddiff
 

Methods in com.ehsbe.ddiff that return Analyzer.Option
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.
 

Methods in com.ehsbe.ddiff with parameters of type Analyzer.Option
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 parameters in com.ehsbe.ddiff with type arguments of type Analyzer.Option
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

Created by Jens Elkner