|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationParser
| Method Summary | |
|---|---|
java.lang.String |
getApplicationId()
get the current parsing application's id. |
void |
parseApplication(java.lang.String appDescriptionFilename,
ApplicationManager appStore)
Parses the Application from the given file, and creates an appropriate type of ApplicationContext. |
void |
parseWorkUnits(org.w3c.dom.Node appNode,
ApplicationManager appStore)
Parses the application description file and creates jobs, that are added to the Application, parsed earlier. |
void |
parseWorkUnits(java.lang.String appDescriptionFilename,
ApplicationManager appStore)
Parses the application description file and creates jobs, that are added to the Application, parsed earlier. |
void |
setApplicationId(java.lang.String applicationId)
|
void |
validate(java.lang.String appDescriptionFilename)
Checks if the file is valid. |
| Method Detail |
|---|
void parseApplication(java.lang.String appDescriptionFilename,
ApplicationManager appStore)
throws java.lang.Exception
appDescriptionFilename - appStore -
java.lang.Exception
void parseWorkUnits(java.lang.String appDescriptionFilename,
ApplicationManager appStore)
throws java.lang.Exception
appDescriptionFilename - appStore -
java.lang.Exception
void parseWorkUnits(org.w3c.dom.Node appNode,
ApplicationManager appStore)
throws java.lang.Exception
appDescriptionFilename - appStore -
java.lang.Exception
void validate(java.lang.String appDescriptionFilename)
throws java.lang.Exception
appDescriptionFilename -
java.lang.Exception
java.lang.String getApplicationId()
throws java.lang.Exception
java.lang.Exception
void setApplicationId(java.lang.String applicationId)
throws java.lang.Exception
java.lang.Exception
|
Copyright © The University of Melbourne. 2006 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||