public class WarPluginConvention extends Object
A Convention used for the WarPlugin.
| Constructor and 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 and Description |
|---|---|
Project |
getProject() |
File |
getWebAppDir()
Returns the web application directory.
|
String |
getWebAppDirName()
The name of the web application directory, relative to the project directory.
|
void |
setWebAppDirName(String webAppDirName) |
@Deprecated public WarPluginConvention(Project project)
WarPluginConvention.public File getWebAppDir()
public String getWebAppDirName()
public void setWebAppDirName(String webAppDirName)
public final Project getProject()