Uses of Class
digilib.conf.DigilibOption
-
Packages that use DigilibOption Package Description digilib.conf digilib.util -
-
Uses of DigilibOption in digilib.conf
Methods in digilib.conf that return DigilibOption Modifier and Type Method Description static DigilibOption
DigilibOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static DigilibOption[]
DigilibOption. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DigilibOption in digilib.util
Methods in digilib.util that return types with arguments of type DigilibOption Modifier and Type Method Description EnumSet<DigilibOption>
OptionsSet. getOptions()
Methods in digilib.util with parameters of type DigilibOption Modifier and Type Method Description boolean
OptionsSet. hasOption(DigilibOption opt)
Return if the option opt is set.boolean
ParameterMap. hasOption(DigilibOption opt)
Returns if the option has been set.boolean
OptionsSet. setOption(DigilibOption opt)
Set the option opt.Method parameters in digilib.util with type arguments of type DigilibOption Modifier and Type Method Description void
OptionsSet. setOptions(EnumSet<DigilibOption> options)
-