Uses of Class
com.headius.options.Option
Packages that use Option
-
Uses of Option in com.headius.options
Subclasses of Option in com.headius.optionsModifier and TypeClassDescriptionclassA Boolean-based Option.classEnumerationOption<T extends Enum<T>>An Enum-based Option.classAn Integer-based Option.classA String-based Option.Fields in com.headius.options with type parameters of type OptionMethods in com.headius.options that return OptionModifier and TypeMethodDescriptionCreate a new Boolean option with the given configuration.Create a new Boolean option with the given configuration.Create a new Boolean option with the given configuration.Create a new Boolean option with the given configuration.Option.enumeration(String longName, Enum category, Class<T> enumClass, String description) Create a new Enumeration-based option with the given configuration.Option.enumeration(String longName, Enum category, T defval, String description) Create a new Enumeration-based option with the given configuration.Option.enumeration(String prefix, String name, Enum category, Class<T> enumClass, String description) Create a new Enumeration-based option with the given configuration.Option.enumeration(String prefix, String name, Enum category, T defval, String description) Create a new Enumeration-based option with the given configuration.Option.integer(String longName, Enum category, Integer[] options, Integer defval, String description) Create a new Integer option with the given configuration.Create a new Integer option with the given configuration.Create a new Integer option with the given configuration.Create a new Integer option with the given configuration.Option.integer(String prefix, String name, Enum category, Integer[] options, Integer defval, String description) Create a new Integer option with the given configuration.Create a new Integer option with the given configuration.Create a new Integer option with the given configuration.Create a new Integer option with the given configuration.Create a new String option with the given configuration.Create a new String option with the given configuration.Create a new String option with the given configuration.Create a new String option with the given configuration.Create a new String option with the given configuration.Create a new String option with the given configuration.Option.string(String prefix, String name, Enum category, String[] options, String defval, String description) Create a new String option with the given configuration.Create a new String option with the given configuration.Methods in com.headius.options with parameters of type OptionModifier and TypeMethodDescriptionstatic StringOption.formatOptions(Option... options) Format the given options in a way suitable for use as a configuration file or documentation.static StringOption.formatValues(Option... options) Format the given options to show their loaded values in the current JVM.Method parameters in com.headius.options with type arguments of type OptionModifier and TypeMethodDescriptionstatic StringOption.formatOptions(Collection<Option> options) Format the given options in a way suitable for use as a configuration file or documentation.static StringOption.formatValues(Collection<Option> options) Format the given options to show their loaded values in the current JVM.