Uses of Package
org.naturalcli

Packages that use org.naturalcli
org.naturalcli Provides classes and interfaces for handling command lines human readable. 
org.naturalcli.commands Provides classes with pre-definded commands for NaturalCLI. 
org.naturalcli.parameters Provides classes with pre-defined parameter types for NaturalCLI. 
 

Classes in org.naturalcli used by org.naturalcli
Command
          Represents a command definition
ExecutionException
          Thrown when something unexpected happens executing a command.
ICommandExecutor
          A command executor runs a command for the parameters.
InvalidSyntaxException
          Thrown when an invalid syntax definition is found.
InvalidTokenException
          Thrown when token with and invalid format is found.
IParameterType
          A parameter type for all the commands.
ParameterValidator
          This class checks parameters values against their types.
ParseResult
          Encapsulate the data that restuls of a command parse.
Syntax
          Implements a class with a syntax definition and parser.
UnknownParameterType
          Thrown when something unexpected happens for a ParameterType
 

Classes in org.naturalcli used by org.naturalcli.commands
Command
          Represents a command definition
ICommandExecutor
          A command executor runs a command for the parameters.
NaturalCLI
          A set of commands understood by the CLI
ParseResult
          Encapsulate the data that restuls of a command parse.
 

Classes in org.naturalcli used by org.naturalcli.parameters
IParameterType
          A parameter type for all the commands.