|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.core.model.impl.GridApplicationParameters
public class GridApplicationParameters
Class representing data necessary to create extra pages for New Job Wizard.
| Constructor Summary | |
|---|---|
GridApplicationParameters(java.lang.String appName,
java.lang.String path,
IPath xmlPath,
IPath jsdlPath,
IVirtualOrganization vo)
Creates new ApplicationSpecific. |
|
| Method Summary | |
|---|---|
java.lang.String |
getApplicationName()
Method to access application name |
java.lang.String |
getApplicationPath()
Method to access path to executable file of application |
int |
getId()
Get unique id that distinguishes this object among other GridApplicationParameterss |
IPath |
getJsdlPath()
Method to access path to basic JSDL |
IVirtualOrganization |
getVO()
|
IPath |
getXmlPath()
Path to user's local XML file in which specific wizard pages for application are defined |
void |
setApplicationName(java.lang.String applicationName)
Method to set application name, for which the specific data is kept |
void |
setAppPath(java.lang.String appPath)
Method to set path to application's executable file |
void |
setId(int id)
|
void |
setJSDLPath(IPath newJsdlPath)
Method to set basic JSDL path |
void |
setXmlPath(IPath xmlPath)
Method to set path to XML file in which information of how should specific wizard pages look like is kept |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridApplicationParameters(java.lang.String appName,
java.lang.String path,
IPath xmlPath,
IPath jsdlPath,
IVirtualOrganization vo)
id - appName - path - xmlPath - jsdlPath - | Method Detail |
|---|
public IPath getJsdlPath()
getJsdlPath in interface IGridApplicationParameterspublic void setJSDLPath(IPath newJsdlPath)
newJsdlPath - path to setpublic java.lang.String getApplicationName()
getApplicationName in interface IGridApplicationParameterspublic void setApplicationName(java.lang.String applicationName)
applicationName - application name to setpublic java.lang.String getApplicationPath()
getApplicationPath in interface IGridApplicationParameterspublic void setAppPath(java.lang.String appPath)
appPath - path to application's executable file in form of String
(e.g. /bin/echo)public IPath getXmlPath()
getXmlPath in interface IGridApplicationParameterspublic void setXmlPath(IPath xmlPath)
xmlPath - path to setpublic int getId()
GridApplicationParameterss
getId in interface IGridApplicationParametersGridApplicationParameters's idpublic IVirtualOrganization getVO()
getVO in interface IGridApplicationParameterspublic void setId(int id)
setId in interface IGridApplicationParameters
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||