Package org.gradle.plugins.ear
Class EarPlugin
- java.lang.Object
-
- org.gradle.plugins.ear.EarPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEPLOY_CONFIGURATION_NAMEstatic StringEAR_TASK_NAMEstatic StringEARLIB_CONFIGURATION_NAME
-
Constructor Summary
Constructors Constructor Description EarPlugin(ObjectFactory objectFactory, org.gradle.api.internal.file.FileResolver fileResolver)Injects anObjectFactoryand aFileResolverinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(Project project)Apply this plugin to the given target object.
-
-
-
Field Detail
-
EAR_TASK_NAME
public static final String EAR_TASK_NAME
- See Also:
- Constant Field Values
-
DEPLOY_CONFIGURATION_NAME
public static final String DEPLOY_CONFIGURATION_NAME
- See Also:
- Constant Field Values
-
EARLIB_CONFIGURATION_NAME
public static final String EARLIB_CONFIGURATION_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EarPlugin
@Inject public EarPlugin(ObjectFactory objectFactory, org.gradle.api.internal.file.FileResolver fileResolver)
Injects anObjectFactoryand aFileResolverinstance.- Since:
- 4.2
-
-