Package org.gradle.api.plugins
Class WarPlugin
- java.lang.Object
-
- org.gradle.api.plugins.WarPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROVIDED_COMPILE_CONFIGURATION_NAME
static String
PROVIDED_RUNTIME_CONFIGURATION_NAME
static String
WAR_TASK_NAME
static String
WEB_APP_GROUP
-
Constructor Summary
Constructors Constructor Description WarPlugin(ObjectFactory objectFactory)
-
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.void
configureConfigurations(ConfigurationContainer configurationContainer)
-
-
-
Field Detail
-
PROVIDED_COMPILE_CONFIGURATION_NAME
public static final String PROVIDED_COMPILE_CONFIGURATION_NAME
- See Also:
- Constant Field Values
-
PROVIDED_RUNTIME_CONFIGURATION_NAME
public static final String PROVIDED_RUNTIME_CONFIGURATION_NAME
- See Also:
- Constant Field Values
-
WAR_TASK_NAME
public static final String WAR_TASK_NAME
- See Also:
- Constant Field Values
-
WEB_APP_GROUP
public static final String WEB_APP_GROUP
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WarPlugin
@Inject public WarPlugin(ObjectFactory objectFactory)
-
-
Method Detail
-
apply
public void apply(Project project)
Description copied from interface:Plugin
Apply this plugin to the given target object.
-
configureConfigurations
public void configureConfigurations(ConfigurationContainer configurationContainer)
-
-