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