Groovy Documentation

org.gradle.api.plugins
[Java] Class WarPlugin

java.lang.Object
  org.gradle.api.plugins.WarPlugin
All Implemented Interfaces:
Plugin

public class WarPlugin

A Plugin which extends the JavaPlugin to add tasks which assemble a web application into a WAR file.

Authors:
Hans Dockter


Field Summary
static java.lang.String PROVIDED_COMPILE_CONFIGURATION_NAME

static java.lang.String PROVIDED_RUNTIME_CONFIGURATION_NAME

static java.lang.String WAR_TASK_NAME

static java.lang.String WEB_APP_GROUP

 
Method Summary
void apply(Project project)

void configureConfigurations(ConfigurationContainer configurationContainer)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

PROVIDED_COMPILE_CONFIGURATION_NAME

public static final java.lang.String PROVIDED_COMPILE_CONFIGURATION_NAME


PROVIDED_RUNTIME_CONFIGURATION_NAME

public static final java.lang.String PROVIDED_RUNTIME_CONFIGURATION_NAME


WAR_TASK_NAME

public static final java.lang.String WAR_TASK_NAME


WEB_APP_GROUP

public static final java.lang.String WEB_APP_GROUP


 
Method Detail

apply

public void apply(Project project)


configureConfigurations

public void configureConfigurations(ConfigurationContainer configurationContainer)


 

Groovy Documentation