org.eclipse.mtj.core.project
Class MTJNature
java.lang.Object
org.eclipse.mtj.core.project.MTJNature
- Direct Known Subclasses:
- J2MENature
public abstract class MTJNature
- extends Object
Abstract implementation of the IProjectNature interface.
EXPERIMENTAL. This class or interface has been added as part
of a work in progress. There is no guarantee that this API will work or that
it will remain the same. Please do not use this API without consulting with
the MTJ team.
- Since:
- 1.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MTJNature
public MTJNature()
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)