Package org.apache.uima.pear.nature
Class UimaNature
java.lang.Object
org.apache.uima.pear.nature.UimaNature
- All Implemented Interfaces:
org.eclipse.core.resources.IProjectNature
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
org.eclipse.core.resources.IProject
Returns local reference to associated projectvoid
setProject
(org.eclipse.core.resources.IProject value) Sets local reference to associated project.
-
Constructor Details
-
UimaNature
public UimaNature()constructor.
-
-
Method Details
-
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
- See Also:
-
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
- See Also:
-
getProject
public org.eclipse.core.resources.IProject getProject()Returns local reference to associated project- Specified by:
getProject
in interfaceorg.eclipse.core.resources.IProjectNature
- See Also:
-
setProject
public void setProject(org.eclipse.core.resources.IProject value) Sets local reference to associated project.- Specified by:
setProject
in interfaceorg.eclipse.core.resources.IProjectNature
- See Also:
-