Package org.gradle.api.plugins
Class WarPlugin
- java.lang.Object
-
- org.gradle.api.plugins.WarPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROVIDED_COMPILE_CONFIGURATION_NAMEstatic StringPROVIDED_RUNTIME_CONFIGURATION_NAMEstatic StringWAR_TASK_NAMEstatic StringWEB_APP_GROUP
-
Constructor Summary
Constructors Constructor Description WarPlugin(ObjectFactory objectFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(Project project)Apply this plugin to the given target object.voidconfigureConfigurations(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:PluginApply this plugin to the given target object.
-
configureConfigurations
public void configureConfigurations(ConfigurationContainer configurationContainer)
-
-