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
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.common.dt.nature.AbstractNature
project
-
-
Constructor Summary
Constructors Constructor Description BuilderConfiguringNature()
-
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 org.eclipse.epsilon.common.dt.nature.AbstractNature
getProject, setProject
-
-
-
-
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.
-
-