|
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.project.GridProjectProperties
public class GridProjectProperties
Class which contains the Properties of a Grid Project. Properties are Name, Location, VirtualOrganisation, ...
| Constructor Summary | |
|---|---|
GridProjectProperties()
|
|
| Method Summary | |
|---|---|
void |
addProjectFolder(java.lang.String id,
java.lang.String label)
Add a project folder to the project structure. |
void |
addProjectFolders(java.util.Hashtable<java.lang.String,java.lang.String> folders)
Adds a list of project folders to the project structure. |
java.util.Hashtable<java.lang.String,java.lang.String> |
getProjectFolders()
Get the list of project folders. |
IPath |
getProjectLocation()
Get the project's location within the workspace. |
java.lang.String |
getProjectName()
Get the project's name. |
IVirtualOrganization |
getProjectVo()
Get the project's IVirtualOrganization. |
IProject[] |
getReferencesProjects()
Get the list of referenced projects. |
void |
setProjectLocation(IPath projectLocation)
Set the project's location within the workspace. |
void |
setProjectName(java.lang.String projectName)
Set the project's name. |
void |
setProjectVo(IVirtualOrganization vo)
Set the project's IVirtualOrganization. |
void |
setReferencesProjects(IProject[] referencesProjects)
Set the list of referenced projects. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridProjectProperties()
| Method Detail |
|---|
public java.lang.String getProjectName()
public void setProjectName(java.lang.String projectName)
projectName - The project's name.public IPath getProjectLocation()
public void setProjectLocation(IPath projectLocation)
projectLocation - The project's workspace location.public IVirtualOrganization getProjectVo()
IVirtualOrganization.
IVirtualOrganization.public void setProjectVo(IVirtualOrganization vo)
IVirtualOrganization.
vo - The project's IVirtualOrganization.public IProject[] getReferencesProjects()
null.public void setReferencesProjects(IProject[] referencesProjects)
referencesProjects - The referenced projects.
public void addProjectFolder(java.lang.String id,
java.lang.String label)
id - The id of the project folder.label - The label of the project folder.public void addProjectFolders(java.util.Hashtable<java.lang.String,java.lang.String> folders)
folders - A Hashtable containing pairs of ids and labels
of the project folders.public java.util.Hashtable<java.lang.String,java.lang.String> getProjectFolders()
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||