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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidorg.eclipse.core.resources.IProjectReturns local reference to associated projectvoidsetProject(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:
 configurein interfaceorg.eclipse.core.resources.IProjectNature- Throws:
 org.eclipse.core.runtime.CoreException- See Also:
 - 
IProjectNature.configure()
 
 - 
deconfigure
public void deconfigure() throws org.eclipse.core.runtime.CoreException- Specified by:
 deconfigurein interfaceorg.eclipse.core.resources.IProjectNature- Throws:
 org.eclipse.core.runtime.CoreException- See Also:
 - 
IProjectNature.deconfigure()
 
 - 
getProject
public org.eclipse.core.resources.IProject getProject()Returns local reference to associated project- Specified by:
 getProjectin interfaceorg.eclipse.core.resources.IProjectNature- See Also:
 - 
IProjectNature.getProject()
 
 - 
setProject
public void setProject(org.eclipse.core.resources.IProject value) Sets local reference to associated project.- Specified by:
 setProjectin interfaceorg.eclipse.core.resources.IProjectNature- See Also:
 - 
IProjectNature.setProject(IProject)
 
 
 -