org.eclipse.mtj.core.nature
Class J2MENature
java.lang.Object
org.eclipse.mtj.core.nature.AbstractNature
org.eclipse.mtj.core.nature.J2MENature
public class J2MENature
- extends AbstractNature
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 team.
- See Also:
IProjectNature
|
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 AbstractNature
- Throws:
CoreException- See Also:
IProjectNature#configure