|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.gridbus.broker.xpml.TaskProcessor
This class has methods to parse tasks from the xml file which specifies the app-description
| Constructor Summary | |
TaskProcessor()
Default constructor |
|
TaskProcessor(org.dom4j.Element fragmentElement)
Sets up the taskprocessor class with the element object passed in |
|
| Method Summary | |
java.util.Vector |
extractTask()
Returns a collection of command objects parsed from the xml file |
CopyCommand |
processCopy(org.dom4j.Element fragmentElement)
Returns the copy command string from the element |
ExecuteCommand |
processExecute(org.dom4j.Element fragmentElement)
Returns the execute command string from the element |
GCopyCommand |
processGcopy(org.dom4j.Element fragmentElement)
Returns the GCopy command string from the element |
MCopyCommand |
processMcopy(org.dom4j.Element fragmentElement)
Returns the MCopy command string from the element |
SubstituteCommand |
processSubstitute(org.dom4j.Element fragmentElement)
Returns the substitute command string from the element |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TaskProcessor()
public TaskProcessor(org.dom4j.Element fragmentElement)
fragmentElement - | Method Detail |
public java.util.Vector extractTask()
public CopyCommand processCopy(org.dom4j.Element fragmentElement)
fragmentElement -
public GCopyCommand processGcopy(org.dom4j.Element fragmentElement)
fragmentElement -
public MCopyCommand processMcopy(org.dom4j.Element fragmentElement)
fragmentElement -
public ExecuteCommand processExecute(org.dom4j.Element fragmentElement)
fragmentElement -
public SubstituteCommand processSubstitute(org.dom4j.Element fragmentElement)
fragmentElement -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||