public static class CatOptions.Default extends DefaultOptionSet<CatOption> implements CatOptions
CatOptions.DefaultCONVERTER, 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, useAcronymForfinalize, getClass, notify, notifyAll, wait, wait, waitasSet, isSet, iterator, optionType, size, useAcronymForpublic 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 © 2017. All Rights Reserved.