|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectcom.evinceframework.gradle.dojoBuilder.BuildProfileConvention
class BuildProfileConvention
Property Summary | |
---|---|
java.lang.String |
basePath
This is the "root" of the build, from where the rest of the build will be calculated from. |
LayerConvention |
layers
This allows you to create different "layer" modules as part of a build that contain discreet functionality all built into single file. |
java.lang.Package |
packages
This is an array of hashes of package information which the builder uses when mapping modules. |
java.lang.String |
releaseDir
This is the root directory where the build should go. |
java.lang.String |
releaseName
This provides a name to a particular release when outputting it. |
Method Summary |
---|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Property Detail |
---|
java.lang.String basePath
LayerConvention layers
java.lang.Package packages
java.lang.String releaseDir
java.lang.String releaseName
Groovy Documentation