Class ProjectNature
- java.lang.Object
-
- org.enterprisedomain.classmaker.core.ProjectNature
-
- All Implemented Interfaces:
org.eclipse.core.resources.IProjectNature
public class ProjectNature extends java.lang.Object implements org.eclipse.core.resources.IProjectNature
-
-
Constructor Summary
Constructors Constructor Description ProjectNature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure()
void
deconfigure()
org.eclipse.core.resources.IProject
getProject()
void
setProject(org.eclipse.core.resources.IProject project)
-
-
-
Method Detail
-
configure
public void configure() throws org.eclipse.core.runtime.CoreException
- Specified by:
configure
in interfaceorg.eclipse.core.resources.IProjectNature
- Throws:
org.eclipse.core.runtime.CoreException
-
deconfigure
public void deconfigure() throws org.eclipse.core.runtime.CoreException
- Specified by:
deconfigure
in interfaceorg.eclipse.core.resources.IProjectNature
- Throws:
org.eclipse.core.runtime.CoreException
-
getProject
public org.eclipse.core.resources.IProject getProject()
- Specified by:
getProject
in interfaceorg.eclipse.core.resources.IProjectNature
-
setProject
public void setProject(org.eclipse.core.resources.IProject project)
- Specified by:
setProject
in interfaceorg.eclipse.core.resources.IProjectNature
-
-