Class BuilderConfiguringNature

java.lang.Object
org.eclipse.epsilon.common.dt.nature.AbstractNature
org.eclipse.epsilon.common.dt.nature.BuilderConfiguringNature
All Implemented Interfaces:
org.eclipse.core.resources.IProjectNature
Direct Known Subclasses:
HutnNature

public abstract class BuilderConfiguringNature extends AbstractNature
  • Constructor Details

    • BuilderConfiguringNature

      public BuilderConfiguringNature()
  • Method Details

    • 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.