Uses of Class
org.kohsuke.args4j.CmdLineException
-
Packages that use CmdLineException Package Description org.kohsuke.args4j org.kohsuke.args4j.spi -
-
Uses of CmdLineException in org.kohsuke.args4j
Methods in org.kohsuke.args4j that throw CmdLineException Modifier and Type Method Description voidCmdLineParser. parseArgument(java.lang.String... args)Parses the command line arguments and set them to the option bean given in the constructor. -
Uses of CmdLineException in org.kohsuke.args4j.spi
Methods in org.kohsuke.args4j.spi that throw CmdLineException Modifier and Type Method Description voidSetter. addValue(T value)Adds/sets a value to the property of the option bean.java.lang.StringParameters. getParameter(int idx)Gets the additional parameter to this option.intBooleanOptionHandler. parseArguments(Parameters params)intEnumOptionHandler. parseArguments(Parameters params)intFileOptionHandler. parseArguments(Parameters params)intMapOptionHandler. parseArguments(Parameters params)intOneArgumentOptionHandler. parseArguments(Parameters params)abstract intOptionHandler. parseArguments(Parameters params)Called if the option that this owner recognizes is found.intStopOptionHandler. parseArguments(Parameters params)intStringOptionHandler. parseArguments(Parameters params)
-