Structured Text Toolkit

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. ]]


Method Summary
 void execute()
           
 void setArg(java.lang.String arg)
           
 void setArgs(java.lang.String[] args)
           
 void undo()
           
 

Method Detail

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)

Structured Text Toolkit