public class WarPluginConvention
extends java.lang.Object
A Convention used for the WarPlugin.
| Constructor | Description |
|---|---|
WarPluginConvention(Project project) |
Deprecated.
Creating instances of this class is deprecated. These should be created by the WAR plugin only.
|
| Modifier and Type | Method | Description |
|---|---|---|
Project |
getProject() |
|
java.io.File |
getWebAppDir() |
Returns the web application directory.
|
java.lang.String |
getWebAppDirName() |
The name of the web application directory, relative to the project directory.
|
void |
setWebAppDirName(java.lang.String webAppDirName) |
@Deprecated public WarPluginConvention(Project project)
WarPluginConvention.public java.io.File getWebAppDir()
public java.lang.String getWebAppDirName()
public void setWebAppDirName(java.lang.String webAppDirName)
public final Project getProject()