com.saelist.command
Interface Command
- All Known Implementing Classes:
- AbstractCommand
- public interface Command
Commands use the Structured Text Toolkit for configuration but do not
necessarily operate on structured text files.
[[ Each one has an accociated schema which is used to validate the
configuration. ]]
execute
public void execute()
throws CommandException
- Throws:
CommandException
undo
public void undo()
setArgs
public void setArgs(java.lang.String[] args)
setArg
public void setArg(java.lang.String arg)