Uses of Interface
com.nevelex.app.args.ArgumentCommand

Uses of ArgumentCommand in com.nevelex.app.args
 

Methods in com.nevelex.app.args that return ArgumentCommand
static ArgumentCommand ArgumentProcessor.getArgumentCommand(java.lang.String argumentName)
          Returns the associated ArgumentCommand object for the supplied argumentName.
 

Methods in com.nevelex.app.args with parameters of type ArgumentCommand
static void ArgumentProcessor.registerArgumentCommand(java.lang.String argument, ArgumentCommand argumentCommand)
          Registers an ArgumentCommand concrete class to handle the supplied command-line argument.
static void ArgumentProcessor.registerArgumentCommand(java.lang.String argumentLong, java.lang.String argumentShort, ArgumentCommand argumentCommand)
          Registers an ArgumentCommand concrete class to handle the supplied long and short version of a command-line argument.