public class JReFrameworkerNature
extends java.lang.Object
implements org.eclipse.core.resources.IProjectNature
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NATURE_ID
ID of this project nature
|
Constructor and Description |
---|
JReFrameworkerNature() |
Modifier and Type | Method and Description |
---|---|
void |
configure() |
void |
deconfigure() |
org.eclipse.core.resources.IProject |
getProject() |
void |
setProject(org.eclipse.core.resources.IProject project) |
public static final java.lang.String NATURE_ID
public void configure() throws org.eclipse.core.runtime.CoreException
configure
in interface org.eclipse.core.resources.IProjectNature
org.eclipse.core.runtime.CoreException
public void deconfigure() throws org.eclipse.core.runtime.CoreException
deconfigure
in interface org.eclipse.core.resources.IProjectNature
org.eclipse.core.runtime.CoreException
public org.eclipse.core.resources.IProject getProject()
getProject
in interface org.eclipse.core.resources.IProjectNature
public void setProject(org.eclipse.core.resources.IProject project)
setProject
in interface org.eclipse.core.resources.IProjectNature