B C D E F G H I L M N O P S T U V W

G

getDefinition() - Method in class org.naturalcli.Syntax
Gets the syntax definition
getExecutor() - Method in class org.naturalcli.Command
Get the executor for the command.
getHelp() - Method in class org.naturalcli.Command
Returns the help for the commend.
getParameterCount() - Method in class org.naturalcli.ParseResult
Get the number of all possible parameters
getParameterName() - Method in class org.naturalcli.Token
Gets the parameter name for the token
getParameterType(String) - Method in class org.naturalcli.ParameterValidator
Gets the parameter type for the given type name
getParameterTypeName() - Method in interface org.naturalcli.IParameterType
Gets the parameter type name.
getParameterTypeName() - Method in class org.naturalcli.parameters.BinaryParamType
 
getParameterTypeName() - Method in class org.naturalcli.parameters.ByteParamType
 
getParameterTypeName() - Method in class org.naturalcli.parameters.DoubleParamType
 
getParameterTypeName() - Method in class org.naturalcli.parameters.EmailParamType
 
getParameterTypeName() - Method in class org.naturalcli.parameters.FileParamType
 
getParameterTypeName() - Method in class org.naturalcli.parameters.FloatParamType
 
getParameterTypeName() - Method in class org.naturalcli.parameters.HexadecimalParamType
 
getParameterTypeName() - Method in class org.naturalcli.parameters.IdentifierParamType
 
getParameterTypeName() - Method in class org.naturalcli.parameters.IntegerParamType
 
getParameterTypeName() - Method in class org.naturalcli.parameters.LongParamType
 
getParameterTypeName() - Method in class org.naturalcli.parameters.OctalParamType
 
getParameterTypeName() - Method in class org.naturalcli.parameters.ShortParamType
 
getParameterTypeName() - Method in class org.naturalcli.parameters.StringParamType
 
getParameterTypeName() - Method in class org.naturalcli.parameters.URLParamType
 
getParameterTypeName() - Method in class org.naturalcli.parameters.WorkingURLParamType
 
getParameterTypeName() - Method in class org.naturalcli.Token
Gets the parameter type name for the token
getParameterValue(int) - Method in class org.naturalcli.ParseResult
Get the parameter value in the given index.
getParameterValues() - Method in class org.naturalcli.ParseResult
Get a copy of the parameter values
getSyntax() - Method in class org.naturalcli.Command
Returns a string with the syntax for the command.
getText() - Method in class org.naturalcli.Token
Get the token text
getTokensGiven() - Method in class org.naturalcli.ParseResult
Get a copy of the tokens given.
getWord() - Method in class org.naturalcli.Token
Obtains the word that represents the token, it means the token text without optional or parameter chars

B C D E F G H I L M N O P S T U V W