org.eclipse.mtj.core.project.midp
Class J2MENature
java.lang.Object
org.eclipse.mtj.core.project.MTJNature
org.eclipse.mtj.core.project.midp.J2MENature
public class J2MENature
- extends MTJNature
Project nature for MTJ projects.
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
- See Also:
IProjectNature- Restriction:
- This class is not intended to be subclassed by clients.
|
Method Summary |
void |
configure()
|
static boolean |
hasMtjCoreNature(IProject project)
Return a boolean indicating whether the specified project has the MTJ
nature associated with it. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
J2MENature
public J2MENature()
hasMtjCoreNature
public static boolean hasMtjCoreNature(IProject project)
throws CoreException
- Return a boolean indicating whether the specified project has the MTJ
nature associated with it.
- Parameters:
project - the project to be tested for the MTJ nature
- Returns:
- a boolean indicating whether the specified project has the MTJ
nature
- Throws:
CoreException - if this method fails.
configure
public void configure()
throws CoreException
- Overrides:
configure in class MTJNature
- Throws:
CoreException- See Also:
IProjectNature#configure