public class WarPluginConvention extends Object
A Convention
used for the WarPlugin.
Constructor and Description |
---|
WarPluginConvention(Project project) |
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) |
public WarPluginConvention(Project project)
public File getWebAppDir()
public String getWebAppDirName()
public void setWebAppDirName(String webAppDirName)
public final Project getProject()