Class UimaNature

java.lang.Object
org.apache.uima.pear.nature.UimaNature
All Implemented Interfaces:
org.eclipse.core.resources.IProjectNature

public class UimaNature extends Object implements org.eclipse.core.resources.IProjectNature
  • Constructor Details

    • UimaNature

      public UimaNature()
      constructor.
  • Method Details

    • configure

      public void configure() throws org.eclipse.core.runtime.CoreException
      Specified by:
      configure in interface org.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:
      deconfigure in interface org.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:
      getProject in interface org.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:
      setProject in interface org.eclipse.core.resources.IProjectNature
      See Also:
      • IProjectNature.setProject(IProject)