Package aQute.bnd.plugin.eclipse
Class EclipsePlugin
java.lang.Object
aQute.bnd.service.lifecycle.LifeCyclePlugin
aQute.bnd.plugin.eclipse.EclipsePlugin
This plugin creates a build.xml file in the project when a project gets
created. You can either store a template under cnf/ant/project.xml or a
default is taken.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class aQute.bnd.service.lifecycle.LifeCyclePlugin
addedPlugin, augmentSetup, close, delete, opened, removedPlugin
-
Constructor Details
-
EclipsePlugin
public EclipsePlugin()
-
-
Method Details
-
created
- Overrides:
created
in classLifeCyclePlugin
- Throws:
IOException
-
copy
- Throws:
IOException
-
toString
-
init
Description copied from class:LifeCyclePlugin
Called when the plugin is setup. This plugin will be added to the setup but the workspace is not yet refreshed.- Overrides:
init
in classLifeCyclePlugin
- Throws:
Exception
-