Package com.notuvy.cmd

The command line interpretor framework.

See:
          Description

Interface Summary
Commandable An entity that is controlled by a CommandSet.
DefaultedCommandable  
SimpleExecutable An entity that is set up by arguments and then executed.
 

Class Summary
AllArgs Process all arguments, and using given regex's, split them into command arguments (switchs) and program arguments (application data).
Command A single command performing an actual action.
CommandAction The generic definition of a command action.
CommandArgs The list of arguments to be processed.
CommandSet A command line argument interpreter.
CommandSubSet A set of commands that for a subset under a higher level of commands.
PrefixSynonymMap Create unique synonyms for a given set of commands.
 

Package com.notuvy.cmd Description

The command line interpretor framework.



Copyright © 2013. All Rights Reserved.