Modifier and Type | Field and Description |
---|---|
static String |
DEPLOY_CONFIGURATION_NAME |
static String |
EAR_TASK_NAME |
static String |
EARLIB_CONFIGURATION_NAME |
Constructor and Description |
---|
EarPlugin(ObjectFactory objectFactory,
org.gradle.api.internal.file.FileResolver fileResolver)
Injects an
ObjectFactory and a FileResolver instance. |
Modifier and Type | Method and Description |
---|---|
void |
apply(Project project)
Apply this plugin to the given target object.
|
public static final String EAR_TASK_NAME
public static final String DEPLOY_CONFIGURATION_NAME
public static final String EARLIB_CONFIGURATION_NAME
@Inject public EarPlugin(ObjectFactory objectFactory, org.gradle.api.internal.file.FileResolver fileResolver)
ObjectFactory
and a FileResolver
instance.