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.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.StringDEFAULT
-
Constructor Summary
Constructors Constructor Description AntPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreated(Project p)java.lang.StringtoString()-
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:
createdin classLifeCyclePlugin- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-