public abstract class BasePluginConvention extends Object
A Convention
used for the BasePlugin.
Constructor | Description |
---|---|
BasePluginConvention() |
Modifier and Type | Method | Description |
---|---|---|
abstract String |
getArchivesBaseName() |
The base name to use for archive files.
|
abstract DirectoryProperty |
getDistsDirectory() |
Returns the directory to generate TAR and ZIP archives into.
|
abstract String |
getDistsDirName() |
The name for the distributions directory.
|
abstract DirectoryProperty |
getLibsDirectory() |
Returns the directory to generate JAR and WAR archives into.
|
abstract String |
getLibsDirName() |
The name for the libs directory.
|
abstract void |
setArchivesBaseName(String archivesBaseName) |
|
abstract void |
setDistsDirName(String distsDirName) |
|
abstract void |
setLibsDirName(String libsDirName) |
public abstract DirectoryProperty getDistsDirectory()
public abstract DirectoryProperty getLibsDirectory()
public abstract String getDistsDirName()
public abstract void setDistsDirName(String distsDirName)
public abstract String getLibsDirName()
public abstract void setLibsDirName(String libsDirName)
public abstract String getArchivesBaseName()
public abstract void setArchivesBaseName(String archivesBaseName)