Groovy Documentation

org.gradle.api.plugins
[Groovy] Class WarPluginConvention

java.lang.Object
  org.gradle.api.plugins.WarPluginConvention

class WarPluginConvention
extends java.lang.Object

Property Summary
Project project

java.lang.String webAppDirName

The name of the web application directory, relative to the project directory.

 
Constructor Summary
WarPluginConvention(Project project)

 
Method Summary
java.io.File getWebAppDir()

Returns the web application directory.

 
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()
 

Property Detail

project

final Project project


webAppDirName

java.lang.String webAppDirName
The name of the web application directory, relative to the project directory.


 
Constructor Detail

WarPluginConvention

WarPluginConvention(Project project)


 
Method Detail

getWebAppDir

java.io.File getWebAppDir()
Returns the web application directory.


 

Groovy Documentation