EarPluginConvention

abstract class EarPluginConvention(source)

Deprecated

Ear Plugin Convention.

Deprecated

Instead of using conventions, configure the tasks directly. This class is scheduled for removal in Gradle 9.0.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun appDirName(appDirName: String)
Allows changing the application directory.
Link copied to clipboard
abstract fun deploymentDescriptor(@DelegatesTo(value = DeploymentDescriptor::class) configureClosure: Closure): EarPluginConvention
Configures the deployment descriptor for this EAR archive.
Link copied to clipboard
abstract fun getAppDirName(): String
The name of the application directory, relative to the project directory.
Link copied to clipboard
A custom deployment descriptor configuration.
Link copied to clipboard
Specifies if the deploymentDescriptor should be generated if it does not exist.
Link copied to clipboard
abstract fun getLibDirName(): String
The name of the library directory in the EAR file.
Link copied to clipboard
abstract fun libDirName(libDirName: String)
Allows changing the library directory in the EAR file.
Link copied to clipboard
abstract fun setAppDirName(appDirName: String)
Link copied to clipboard
abstract fun setDeploymentDescriptor(deploymentDescriptor: DeploymentDescriptor)
Link copied to clipboard
abstract fun setLibDirName(libDirName: String)