g-Eclipse
Release 1.0.0

eu.geclipse.core.project
Class GridProjectNature

java.lang.Object
  extended by eu.geclipse.core.project.GridProjectNature

public class GridProjectNature
extends java.lang.Object

The project nature of a grid project.


Constructor Summary
GridProjectNature()
           
 
Method Summary
 void configure()
           
 void deconfigure()
           
static java.lang.String getID()
          The ID of this project nature.
 IProject getProject()
           
 void setProject(IProject project)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridProjectNature

public GridProjectNature()
Method Detail

configure

public void configure()
               throws CoreException
Throws:
CoreException

deconfigure

public void deconfigure()
                 throws CoreException
Throws:
CoreException

getProject

public IProject getProject()

setProject

public void setProject(IProject project)

getID

public static java.lang.String getID()
The ID of this project nature.

Returns:
A unique ID used to refer to this project nature.

g-Eclipse
Release 1.0.0