class FeatureBuilderPlugin extends java.lang.Object
This plugin is used for building feature archive. It will generate a feature.xml file and store it `build/features` directory and creates a archive inside `build/libs` directory.
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
apply(org.gradle.api.Project project)This Function first checks if `java` plugin is applied by the user, if it is not applied by the user then this plugin adds `java` plugin by itself. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
This Function first checks if `java` plugin is applied by the user, if it is not applied by the user then this plugin adds `java` plugin by itself. It then adds extension named `feature` to the `jar` task and calls few methods from extension for building the archive.