org.antmod.buildplugin |
Build plugins extend the default build behavior of Antmod's Ant-based build files, this package provides access to the available plugins in the running Antmod installation.
|
Java Source File Name | Type | Comment |
BuildPlugin.java | Class | Represents an Antmod build plugin. |
BuildPluginEventTask.java | Class | An Ant task for handling build plugins inside the buildfiles of Antmod.
This task invokes the buildplugins, passing the current module, release, and target
to the buildplugin. |
BuildPluginFactory.java | Class | Entry point for getting a handle on the available build plugins
that are plugged into the current Antmod runtime. |