@CompileStatic abstract class SettingsFile extends Script
Used to interpret the Gradle settings.gradle file
| Constructor and description |
|---|
SettingsFile() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
include(java.lang.String[] projectPaths) |
|
void |
includeFlat(java.lang.String[] projectPaths) |
|
java.lang.Object |
methodMissing(java.lang.String name, java.lang.Object args) |
|
java.lang.Object |
propertyMissing(java.lang.String name) |
| Methods inherited from class | Name |
|---|---|
class Script |
equals, evaluate, evaluate, getBinding, getClass, getMetaClass, getProperty, hashCode, invokeMethod, notify, notifyAll, print, printf, printf, println, println, run, run, setBinding, setMetaClass, setProperty, toString, wait, wait, wait |