A Convention used for the BasePlugin.
Constructor and description |
---|
BasePluginConvention
(Project project) |
Type | Name and description |
---|---|
String |
getArchivesBaseName() The base name to use for archive files. |
File |
getDistsDir() Returns the directory to generate TAR and ZIP archives into. |
String |
getDistsDirName() The name for the distributions directory. |
File |
getLibsDir() Returns the directory to generate JAR and WAR archives into. |
String |
getLibsDirName() The name for the libs directory. |
org.gradle.api.internal.project.ProjectInternal |
getProject() |
void |
setArchivesBaseName(String archivesBaseName) |
void |
setDistsDirName(String distsDirName) |
void |
setLibsDirName(String libsDirName) |
void |
setProject(org.gradle.api.internal.project.ProjectInternal project) |
Methods inherited from class | Name |
---|---|
class groovy.lang.GroovyObjectSupport |
groovy.lang.GroovyObjectSupport#setProperty(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getProperty(java.lang.String), groovy.lang.GroovyObjectSupport#invokeMethod(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getMetaClass(), groovy.lang.GroovyObjectSupport#setMetaClass(groovy.lang.MetaClass), groovy.lang.GroovyObjectSupport#wait(long, int), groovy.lang.GroovyObjectSupport#wait(long), groovy.lang.GroovyObjectSupport#wait(), groovy.lang.GroovyObjectSupport#equals(java.lang.Object), groovy.lang.GroovyObjectSupport#toString(), groovy.lang.GroovyObjectSupport#hashCode(), groovy.lang.GroovyObjectSupport#getClass(), groovy.lang.GroovyObjectSupport#notify(), groovy.lang.GroovyObjectSupport#notifyAll() |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
The base name to use for archive files.
Returns the directory to generate TAR and ZIP archives into.
The name for the distributions directory. This in interpreted relative to the project' build directory.
Returns the directory to generate JAR and WAR archives into.
The name for the libs directory. This in interpreted relative to the project' build directory.