|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Component interface for a tool. A Tool is a software piece that executes a function such as sending an email, showing a form or whatever. It is the execution part within the workflow compnent of JWeb.
| Method Summary | |
java.lang.String |
getDescription()
Returns the description of this tool |
java.lang.String |
getName()
Returns the tools default name (can be overridden ba xml configuration) |
java.util.Iterator |
getParameters()
Returns the parameter description for this tool |
ITool |
makeTool(Parameter[] params)
Run the tool using the concrete parameters passed. |
| Method Detail |
public ITool makeTool(Parameter[] params)
throws java.lang.IllegalArgumentException
public java.util.Iterator getParameters()
public java.lang.String getName()
public java.lang.String getDescription()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||