Groovy Documentation

org.gradle.initialization
Class ProjectDirectoryProjectSpec

java.lang.Object
  org.gradle.initialization.AbstractProjectSpec
      org.gradle.initialization.ProjectDirectoryProjectSpec

class ProjectDirectoryProjectSpec
extends AbstractProjectSpec

Constructor Summary
ProjectDirectoryProjectSpec(File dir)

 
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

ProjectDirectoryProjectSpec

public ProjectDirectoryProjectSpec(File dir)


 
Method Detail

checkPreconditions

@Override
protected void checkPreconditions(IProjectRegistry registry)


equals

public boolean equals(java.lang.Object obj)


formatMultipleMatchesMessage

protected java.lang.String formatMultipleMatchesMessage(java.lang.Iterable matches)


formatNoMatchesMessage

protected java.lang.String formatNoMatchesMessage()


getDisplayName

public java.lang.String getDisplayName()


hashCode

public int hashCode()


select

protected boolean select(ProjectIdentifier project)


 

Groovy Documentation