public abstract class WarPluginConvention extends Object
A Convention
used for the WarPlugin.
Constructor | Description |
---|---|
WarPluginConvention() |
Modifier and Type | Method | Description |
---|---|---|
abstract Project |
getProject() |
|
abstract File |
getWebAppDir() |
Returns the web application directory.
|
abstract String |
getWebAppDirName() |
The name of the web application directory, relative to the project directory.
|
abstract void |
setWebAppDirName(String webAppDirName) |
public abstract File getWebAppDir()
public abstract String getWebAppDirName()
public abstract void setWebAppDirName(String webAppDirName)
public abstract Project getProject()