|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.initialization.AbstractProjectSpec
org.gradle.initialization.ProjectDirectoryProjectSpec
org.gradle.initialization.DefaultProjectSpec
class DefaultProjectSpec extends ProjectDirectoryProjectSpec
| Constructor Summary | |
DefaultProjectSpec(File dir)
|
|
| Method Summary | |
|---|---|
protected void
|
checkPreconditions(IProjectRegistry registry)
|
| Methods inherited from class ProjectDirectoryProjectSpec | |
|---|---|
| checkPreconditions, equals, formatMultipleMatchesMessage, formatNoMatchesMessage, getDisplayName, hashCode, select |
| Methods inherited from class AbstractProjectSpec | |
|---|---|
| checkPreconditions, containsProject, formatMultipleMatchesMessage, formatNoMatchesMessage, select, selectProject |
| Methods inherited from class java.lang.Object | |
|---|---|
| hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
| Constructor Detail |
|---|
public DefaultProjectSpec(File dir)
| Method Detail |
|---|
@Override protected void checkPreconditions(IProjectRegistry registry)
Groovy Documentation