aQute.bnd.plugin.eclipse
Class EclipsePlugin
java.lang.Object
aQute.bnd.service.lifecycle.LifeCyclePlugin
aQute.bnd.plugin.eclipse.EclipsePlugin
public class EclipsePlugin
- extends LifeCyclePlugin
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.
EclipsePlugin
public EclipsePlugin()
created
public void created(Project p)
throws IOException
- Overrides:
created in class LifeCyclePlugin
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class Object
init
public void init(Workspace ws)
throws Exception
- 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 class LifeCyclePlugin
- Throws:
Exception
Copyright © 2014 aQute SARL. All rights reserved.