|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.initialization.AbstractProjectSpec
org.gradle.initialization.BuildFileProjectSpec
class BuildFileProjectSpec extends AbstractProjectSpec
Constructor Summary | |
BuildFileProjectSpec(File buildFile)
|
Method Summary | |
---|---|
protected void
|
checkPreconditions(IProjectRegistry registry)
|
boolean
|
equals(java.lang.Object obj)
|
protected java.lang.String
|
formatMultipleMatchesMessage(java.lang.Iterable matches)
|
protected java.lang.String
|
formatNoMatchesMessage()
|
java.lang.String
|
getDisplayName()
|
int
|
hashCode()
|
protected boolean
|
select(ProjectIdentifier project)
|
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 BuildFileProjectSpec(File buildFile)
Method Detail |
---|
@Override protected void checkPreconditions(IProjectRegistry registry)
public boolean equals(java.lang.Object obj)
protected java.lang.String formatMultipleMatchesMessage(java.lang.Iterable matches)
protected java.lang.String formatNoMatchesMessage()
public java.lang.String getDisplayName()
public int hashCode()
protected boolean select(ProjectIdentifier project)
Groovy Documentation