Uses of Enum Class
net.thevpc.common.commandline.CommandLine.OptionType
Packages that use CommandLine.OptionType
-
Uses of CommandLine.OptionType in net.thevpc.common.commandline
Subclasses with type arguments of type CommandLine.OptionType in net.thevpc.common.commandlineMethods in net.thevpc.common.commandline that return CommandLine.OptionTypeModifier and TypeMethodDescriptionstatic CommandLine.OptionTypeReturns the enum constant of this class with the specified name.static CommandLine.OptionType[]CommandLine.OptionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.thevpc.common.commandline with parameters of type CommandLine.OptionTypeModifier and TypeMethodDescriptionCommandLine.readOption(CommandLine.OptionType expectValue, String... names)