Uses of Class
ml.options.Options.Separator

Uses of Options.Separator in ml.options
 

Methods in ml.options that return Options.Separator
static Options.Separator Options.Separator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Options.Separator[] Options.Separator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ml.options with parameters of type Options.Separator
 Options Options.setDefault(Options.Separator defaultValueSeparator)
          Define the default to use for the separator for value options.
 Options Options.setDefault(Options.Separator defaultValueSeparator, Options.Separator defaultDetailSeparator)
          Define the defaults to use for the separators for value and detail options.