Uses of Class
org.flasby.cli.Options
Packages that use Options
-
Uses of Options in org.flasby.cli
Methods in org.flasby.cli that return OptionsModifier and TypeMethodDescriptionCommandLine.getOptions()
returns all the options parsed by this commandline instance.OptionException.getOptions()
Methods in org.flasby.cli with parameters of type OptionsModifier and TypeMethodDescriptionparses the command line agruments.Constructors in org.flasby.cli with parameters of type OptionsModifierConstructorDescriptionInvalidOptionFormatException
(Options options, Option requiredOption, String suppliedValue) MissingRequiredOptionException
(Option requiredOption, Options options) UnknownArgumentException
(String unknownArgument, Options options) -
Uses of Options in org.flasby.cli.impl
Methods in org.flasby.cli.impl that return OptionsMethods in org.flasby.cli.impl with parameters of type OptionsConstructors in org.flasby.cli.impl with parameters of type Options