|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Plugin
This interface must be implemented by all plugins. It provides methods to access options (inherited from the OptionOwner interface) as well as methods to run the compilation. The processing follow the template: "feed" the plugin (set), run it, retrieve the processed term(get)
Method Summary | |
---|---|
Object[] |
getArgs()
Retrieves the output of the plugin. |
void |
run(Map<String,String> informationTracker)
Runs the plugin. |
void |
setArgs(Object[] arg)
Sets the input of the plugin. |
Methods inherited from interface tom.platform.OptionOwner |
---|
getDeclaredOptionList, getRequiredOptionList, optionChanged, setOptionManager |
Method Detail |
---|
void setArgs(Object[] arg)
arg
- the input argumentvoid run(Map<String,String> informationTracker)
Object[] getArgs()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |