Package org.gradle.plugins.ear
Class EarPlugin
- java.lang.Object
-
- org.gradle.plugins.ear.EarPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEPLOY_CONFIGURATION_NAME
static String
EAR_TASK_NAME
static String
EARLIB_CONFIGURATION_NAME
-
Constructor Summary
Constructors Constructor Description EarPlugin(ObjectFactory objectFactory, org.gradle.api.internal.file.FileResolver fileResolver)
Injects anObjectFactory
and aFileResolver
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(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 anObjectFactory
and aFileResolver
instance.- Since:
- 4.2
-
-