public abstract class EmbeddedCellBuckOutInfo extends Object
Constructor and Description |
---|
EmbeddedCellBuckOutInfo() |
Modifier and Type | Method and Description |
---|---|
Path |
getCellBuckOut()
Returns an absolute path to the cell's buck-out embedded inside the root's buck-out
|
abstract CanonicalCellName |
getCellName() |
abstract BuckPaths |
getMainCellBuckPaths() |
abstract Path |
getMainCellRoot() |
static EmbeddedCellBuckOutInfo |
of(Path mainCellRoot,
BuckPaths mainCellBuckPaths,
CanonicalCellName cellName) |
public abstract Path getMainCellRoot()
public abstract BuckPaths getMainCellBuckPaths()
public abstract CanonicalCellName getCellName()
@Value.Derived public Path getCellBuckOut()
public static EmbeddedCellBuckOutInfo of(Path mainCellRoot, BuckPaths mainCellBuckPaths, CanonicalCellName cellName)