org.eclipse.mtj.core.nature
Class AbstractNature
java.lang.Object
org.eclipse.mtj.core.nature.AbstractNature
- Direct Known Subclasses:
- J2MENature
public abstract class AbstractNature
- extends Object
Abstract implementation of the IProjectNature interface.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractNature
public AbstractNature()
configure
public void configure()
throws CoreException
- Throws:
CoreException- See Also:
org.eclipse.core.resources.IProjectNature#configure()
deconfigure
public void deconfigure()
throws CoreException
- Throws:
CoreException- See Also:
org.eclipse.core.resources.IProjectNature#deconfigure()
getProject
public IProject getProject()
- See Also:
org.eclipse.core.resources.IProjectNature#getProject()
setProject
public void setProject(IProject project)
- See Also:
org.eclipse.core.resources.IProjectNature#setProject(org.eclipse.core.resources.IProject)