|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.plugins.BasePluginConvention
class BasePluginConvention
| Property Summary | |
|---|---|
java.lang.String |
archivesBaseName
|
java.lang.String |
distsDirName
|
java.lang.String |
libsDirName
|
Project |
project
|
| Constructor Summary | |
BasePluginConvention(Project project)
|
|
| Method Summary | |
|---|---|
java.io.File
|
getDistsDir()
|
java.io.File
|
getLibsDir()
|
| Methods inherited from class java.lang.Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Property Detail |
|---|
java.lang.String archivesBaseName
java.lang.String distsDirName
java.lang.String libsDirName
Project project
| Constructor Detail |
|---|
public BasePluginConvention(Project project)
| Method Detail |
|---|
java.io.File getDistsDir()
java.io.File getLibsDir()
Groovy Documentation