Uses of Class
jcmdline.CmdLineException

Packages that use CmdLineException
jcmdline   
 

Uses of CmdLineException in jcmdline
 

Methods in jcmdline that throw CmdLineException
 void BooleanParam.addValue(java.lang.String value)
          Sets the specified string as a value for this BooleanParam.
 void AbstractParameter.addValue(java.lang.String value)
          Adds the specified string as a value for this entity after calling validateValue() to validate.
 void Parameter.addValue(java.lang.String value)
          adds the specified string as a value for this entity
 void PosixCmdLineParser.parse(java.lang.String[] clargs, java.util.Map opts, java.util.List args)
          parse the specified command line arguments
 void CmdLineParser.parse(java.lang.String[] clargs, java.util.Map opts, java.util.List args)
          Parses the passed command line arguments into sets of options and arguments.
 void AbstractParameter.setValue(java.lang.String value)
          Sets the value of the parameter to the specified string after calling validateValue() to validate.
 void Parameter.setValue(java.lang.String value)
          Sets the value of the parameter to the specified string.
 void AbstractParameter.setValues(java.util.Collection values)
          Sets the values of the parameter to those specified after calling validateValue() to validate.
 void Parameter.setValues(java.util.Collection values)
          Sets the values of the parameter to those specified.
 void AbstractParameter.setValues(java.lang.String[] values)
          Sets the values of the parameter to those specified after calling validateValue() to validate.
 void Parameter.setValues(java.lang.String[] values)
          Sets the values of the parameter to those specified.
 void TimeParam.validateValue(java.lang.String val)
          Verifies that value is valid for this entity - called by add/setValue(s)().
 void StringParam.validateValue(java.lang.String val)
          Validates a prospective value with regards to the minimum and maximum values and the acceptableValues - called by add/setValue(s)().
 void PdfFileParam.validateValue(java.lang.String val)
          Validates a prospective value for the PdfFileParam - called by add/setValue(s)().
 void LongParam.validateValue(java.lang.String val)
          Validates a prospective value with regards to the minimum and maximum values and the acceptableValues called by add/setValue(s)().
 void IntParam.validateValue(java.lang.String val)
          Validates a prospective value with regards to the minimum and maximum values and the acceptableValues called by add/setValue(s)().
 void FileParam.validateValue(java.lang.String val)
          Validates a prospective value for the FileParam - called by add/setValue(s)().
 void DateTimeParam.validateValue(java.lang.String val)
          Verifies that value is valid for this entity - called by add/setValue(s)().
 void DateParam.validateValue(java.lang.String val)
          Verifies that value is valid for this entity - called by add/setValue(s)().
 void BooleanParam.validateValue(java.lang.String value)
          Verifies that value is either "true" or "false" - called by add/setValue(s)().
 void AbstractParameter.validateValue(java.lang.String value)
          Verifies that value is valid for this entity.
 void Parameter.validateValue(java.lang.String value)
          verifies that value is valid for this entity