Class BuilderConfiguringNature

  • All Implemented Interfaces:
    org.eclipse.core.resources.IProjectNature
    Direct Known Subclasses:
    HutnNature

    public abstract class BuilderConfiguringNature
    extends AbstractNature
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void configure()  
      void deconfigure()
      Clients should not remove the build command for their builder in this method, but should instead specify a nature for the builder in the plugin.xml, which will cause the build command to be removed automatically when the nature is removed.
      protected abstract java.lang.String getBuilderID()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BuilderConfiguringNature

        public BuilderConfiguringNature()
    • Method Detail

      • getBuilderID

        protected abstract java.lang.String getBuilderID()
      • configure

        public void configure()
                       throws org.eclipse.core.runtime.CoreException
        Throws:
        org.eclipse.core.runtime.CoreException
      • deconfigure

        public void deconfigure()
        Clients should not remove the build command for their builder in this method, but should instead specify a nature for the builder in the plugin.xml, which will cause the build command to be removed automatically when the nature is removed.