|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object org.gradle.api.plugins.BasePluginConvention
class BasePluginConvention
Property Summary | |
---|---|
String |
archivesBaseName
The base name to use for archive files. |
String |
distsDirName
The name for the distributions directory. |
String |
libsDirName
The name for the libs directory. |
ProjectInternal |
project
|
Constructor Summary | |
BasePluginConvention(Project project)
|
Method Summary | |
---|---|
File
|
getDistsDir()
Returns the directory to generate TAR and ZIP archives into. |
File
|
getLibsDir()
Returns the directory to generate JAR and WAR archives into. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
String archivesBaseName
String distsDirName
String libsDirName
ProjectInternal project
Constructor Detail |
---|
BasePluginConvention(Project project)
Method Detail |
---|
File getDistsDir()
File getLibsDir()
Gradle API 1.12