Uses of Class
com.headius.options.Option
-
Uses of Option in com.headius.options
Subclasses of Option in com.headius.optionsModifier and TypeClassDescriptionclass
A Boolean-based Option.class
EnumerationOption<T extends Enum<T>>
An Enum-based Option.class
An Integer-based Option.class
A String-based Option.Methods 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 shortName, Enum category, Class<T> enumClass, String description) Create a new Enumeration-based option with the given configuration.Option.enumeration
(String prefix, String shortName, 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 shortName, Enum category, Integer[] options, Integer defval, String description) Create a new Integer option with the given configuration.Option.integer
(String prefix, String shortName, Enum category, Integer[] options, 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 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 shortName, 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 String
Option.formatOptions
(Option... options) Format the given options in a way suitable for use as a configuration file or documentation.static String
Option.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 String
Option.formatOptions
(Collection<Option> options) Format the given options in a way suitable for use as a configuration file or documentation.static String
Option.formatValues
(Collection<Option> options) Format the given options to show their loaded values in the current JVM.