Class BuilderConfiguringNature

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

    public abstract class BuilderConfiguringNature
    extends AbstractNature
    • Constructor Detail

      • BuilderConfiguringNature

        public BuilderConfiguringNature()
    • Method Detail

      • getBuilderID

        protected abstract 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.