|
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.GridProjectCreationOperation
public class GridProjectCreationOperation
An operation that is used to create a grid project in the workspace.
| Constructor Summary | |
|---|---|
GridProjectCreationOperation(GridProjectProperties properties)
Create a new GridProjectCreationOperation that will create a
project from the specified properties. |
|
| Method Summary | |
|---|---|
IProject |
getProject()
Get the resulting IProject. |
void |
run(IProgressMonitor monitor)
Create the grid project according to the GridProjectProperties of
this operation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridProjectCreationOperation(GridProjectProperties properties)
GridProjectCreationOperation that will create a
project from the specified properties.
properties - The properties of the newly created grid project.| Method Detail |
|---|
public void run(IProgressMonitor monitor)
throws ProblemException
GridProjectProperties of
this operation.
monitor - A progress monitor used to monitor the progress of this
operation.
ProblemException - If the creation of the project fails.public IProject getProject()
IProject. In case the operation's
run(IProgressMonitor)-metod was not yet called or failed this
will return null.
IProject corresponding to the created grid project.
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||