public static class CatOptions.Default extends DefaultOptionSet<CatOption> implements CatOptions
CatOptions.Default
CONVERTER, EMPTY
Constructor and Description |
---|
CatOptions.Default()
Default constructor for an empty option set with no active options.
|
CatOptions.Default(CatOption... options)
Constructor for an option set with the given active options.
|
CatOptions.Default(CatOption option)
Constructor for an option set with a single active option.
|
CatOptions.Default(OptionSet<CatOption> optionSet)
Constructor for an option set initialized with the options given by
another option set.
|
asSet, clone, equals, hashCode, isEmpty, isSet, iterator, optionType, set, setAll, setAll, setAll, setUseAcronymFor, setUseAcronymForAll, size, toString, toString, useAcronymFor
finalize, getClass, notify, notifyAll, wait, wait, wait
asSet, isSet, iterator, optionType, size, useAcronymFor
public CatOptions.Default()
public CatOptions.Default(CatOption option)
option
- the option to be setpublic CatOptions.Default(CatOption... options)
options
- the options to be setpublic CatOptions.Default(OptionSet<CatOption> optionSet)
optionSet
- set with the options to be activeCopyright © 2016. All rights reserved.