api / org.gradle.api.plugins / WarPluginConvention

WarPluginConvention

open class WarPluginConvention

A Convention used for the WarPlugin.

Constructors

<init>

WarPluginConvention(project: Project)

Functions

getProject

fun getProject(): Project

getWebAppDir

open fun getWebAppDir(): File

Returns the web application directory.

getWebAppDirName

open fun getWebAppDirName(): String

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

setWebAppDirName

open fun setWebAppDirName(webAppDirName: String): Unit