Uses of Class
de.gebit.integrity.runner.console.SimpleCommandLineParser.Option
-
Packages that use SimpleCommandLineParser.Option Package Description de.gebit.integrity.runner.console -
-
Uses of SimpleCommandLineParser.Option in de.gebit.integrity.runner.console
Subclasses of SimpleCommandLineParser.Option in de.gebit.integrity.runner.console Modifier and Type Class Description static classSimpleCommandLineParser.BooleanOptionA boolean command line option.static classSimpleCommandLineParser.DecimalOptionDecimal option.static classSimpleCommandLineParser.IntegerOptionInteger option.static classSimpleCommandLineParser.LongOptionLong option.static classSimpleCommandLineParser.StringOptionString option.static classSimpleCommandLineParser.ValueOption<X>A base class for an option that has one or more values.Methods in de.gebit.integrity.runner.console with parameters of type SimpleCommandLineParser.Option Modifier and Type Method Description voidSimpleCommandLineParser. addOptions(SimpleCommandLineParser.Option... someOptions)Add one or more options.
-