g-Eclipse
Release 1.0.0

eu.geclipse.core.model
Interface IGridApplicationParameters

All Known Implementing Classes:
GridApplicationParameters

public interface IGridApplicationParameters


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()
           
 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 setId(int currentIdPointer)
           
 

Method Detail

getJsdlPath

IPath getJsdlPath()
Method to access path to basic JSDL

Returns:
JSDL path

getApplicationName

java.lang.String getApplicationName()
Method to access application name

Returns:
name of application for which specific data is kept

getApplicationPath

java.lang.String getApplicationPath()
Method to access path to executable file of application

Returns:
path (local, usually absolute) in form of String to application's executable file (e.g. /bin/echo)

getXmlPath

IPath getXmlPath()
Path to user's local XML file in which specific wizard pages for application are defined

Returns:
path to XML file on user's machine. This file keep information of how should wizard specific pages look like for application

getId

int getId()

getVO

IVirtualOrganization getVO()

setId

void setId(int currentIdPointer)

g-Eclipse
Release 1.0.0