Package aQute.bnd.plugin.ant
Class AntPlugin
- java.lang.Object
-
- aQute.bnd.service.lifecycle.LifeCyclePlugin
-
- aQute.bnd.plugin.ant.AntPlugin
-
public class AntPlugin 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.
-
-
Constructor Summary
Constructors Constructor Description AntPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
created(Project p)
java.lang.String
toString()
-
Methods inherited from class aQute.bnd.service.lifecycle.LifeCyclePlugin
addedPlugin, augmentSetup, close, delete, init, opened, removedPlugin
-
-
-
-
Method Detail
-
created
public void created(Project p) throws java.io.IOException
- Overrides:
created
in classLifeCyclePlugin
- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-