public class UnflavoredBuildTarget extends Object implements Comparable<UnflavoredBuildTarget>, DependencyStack.Element
cell//path:rule
Modifier and Type | Method and Description |
---|---|
int |
compareTo(UnflavoredBuildTarget o) |
boolean |
equals(Object o) |
BaseName |
getBaseName() |
CanonicalCellName |
getCell() |
CellRelativePath |
getCellRelativeBasePath() |
String |
getFullyQualifiedName() |
String |
getLocalName() |
int |
hashCode() |
static UnflavoredBuildTarget |
of(CanonicalCellName cell,
BaseName baseName,
String localName)
A constructor.
|
static UnflavoredBuildTarget |
of(CellRelativePath cellRelativeBasePath,
String shortName)
A constructor.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getElement
public String getLocalName()
public int compareTo(UnflavoredBuildTarget o)
compareTo
in interface Comparable<UnflavoredBuildTarget>
public static UnflavoredBuildTarget of(CellRelativePath cellRelativeBasePath, String shortName)
public static UnflavoredBuildTarget of(CanonicalCellName cell, BaseName baseName, String localName)
public CanonicalCellName getCell()
public BaseName getBaseName()
public String getFullyQualifiedName()
public CellRelativePath getCellRelativeBasePath()