Container class for encapsulating some of the DSL configuration behavior behind the service { data { } } closure
| Type | Name and description |
|---|---|
void |
dependencies(java.lang.Object... arguments)Add the list of arguments as dependencies |
FileTree |
fileTree(java.util.Map args)Helper method to make the DSL more succinct. |
java.io.File |
getProjectDir() |
void |
migrations(java.lang.Object... arguments)migrations() DSL method for adding the migrations either as a list of String objects, or as a FileTree into the migrations list |
java.lang.String |
toString() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), 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() |
Add the list of arguments as dependencies
arguments - list of String objects representing data componentsHelper method to make the DSL more succinct. Exact same as Project fileTree
migrations() DSL method for adding the migrations either as a list of String objects, or as a FileTree into the migrations list
Groovy Documentation