public class BuildFileProjectSpec extends AbstractProjectSpec implements Serializable
| Constructor and Description |
|---|
BuildFileProjectSpec(File buildFile) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkPreconditions(IProjectRegistry<?> registry) |
boolean |
equals(Object obj) |
protected String |
formatMultipleMatchesMessage(Iterable<? extends ProjectIdentifier> matches) |
protected String |
formatNoMatchesMessage() |
String |
getDisplayName()
Returns the display name of this spec.
|
int |
hashCode() |
protected boolean |
select(ProjectIdentifier project) |
containsProject, selectProjectpublic BuildFileProjectSpec(File buildFile)
public String getDisplayName()
ProjectSpecgetDisplayName in interface ProjectSpecprotected String formatNoMatchesMessage()
formatNoMatchesMessage in class AbstractProjectSpecprotected String formatMultipleMatchesMessage(Iterable<? extends ProjectIdentifier> matches)
formatMultipleMatchesMessage in class AbstractProjectSpecprotected boolean select(ProjectIdentifier project)
select in class AbstractProjectSpecprotected void checkPreconditions(IProjectRegistry<?> registry)
checkPreconditions in class AbstractProjectSpecCopyright © 2013. All rights reserved