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
-
Field Summary
Fields inherited from class org.eclipse.epsilon.common.dt.nature.AbstractNature
project
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
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 String
Methods inherited from class org.eclipse.epsilon.common.dt.nature.AbstractNature
getProject, setProject
-
Constructor Details
-
BuilderConfiguringNature
public BuilderConfiguringNature()
-
-
Method Details
-
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.
-