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

I

ICommandExecutor - Interface in org.naturalcli
A command executor runs a command for the parameters.
IdentifierParamType - Class in org.naturalcli.parameters
The class implements an identifier parameter type.
IdentifierParamType() - Constructor for class org.naturalcli.parameters.IdentifierParamType
 
IntegerParamType - Class in org.naturalcli.parameters
The class implements an integer parameter type.
IntegerParamType() - Constructor for class org.naturalcli.parameters.IntegerParamType
 
InvalidSyntaxException - Exception in org.naturalcli
Thrown when an invalid syntax definition is found.
InvalidSyntaxException() - Constructor for exception org.naturalcli.InvalidSyntaxException
 
InvalidSyntaxException(String) - Constructor for exception org.naturalcli.InvalidSyntaxException
 
InvalidSyntaxException(Throwable) - Constructor for exception org.naturalcli.InvalidSyntaxException
 
InvalidSyntaxException(String, Throwable) - Constructor for exception org.naturalcli.InvalidSyntaxException
 
InvalidTokenException - Exception in org.naturalcli
Thrown when token with and invalid format is found.
InvalidTokenException() - Constructor for exception org.naturalcli.InvalidTokenException
 
InvalidTokenException(String) - Constructor for exception org.naturalcli.InvalidTokenException
 
InvalidTokenException(Throwable) - Constructor for exception org.naturalcli.InvalidTokenException
 
InvalidTokenException(String, Throwable) - Constructor for exception org.naturalcli.InvalidTokenException
 
IParameterType - Interface in org.naturalcli
A parameter type for all the commands.
isHidden() - Method in class org.naturalcli.Command
Determine if this is a hidden command.
isIdentifier() - Method in class org.naturalcli.Token
Determines if it's an identifier
isMandatoryParameter() - Method in class org.naturalcli.Token
Checks if it's a mandatory parameter token
isOptional() - Method in class org.naturalcli.Token
Checks if it's an optional token
isOptionalParameter() - Method in class org.naturalcli.Token
Checks if it's an optional parameter token
isParameter() - Method in class org.naturalcli.Token
Checks if it's a parameter token
isTokenGiven(int) - Method in class org.naturalcli.ParseResult
Get if the token is given or not.
isVarArgs() - Method in class org.naturalcli.Token
Determines if it's a variable arguments token

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