public class Cells extends Object
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<Cell> |
getAllCells() |
Cell |
getCell(CanonicalCellName cellName) |
CellProvider |
getCellProvider() |
Cell |
getRootCell() |
AbsPath |
getSuperRootPath() |
public Cells(Cell rootCell)
public Cell getRootCell()
public Cell getCell(CanonicalCellName cellName)
public com.google.common.collect.ImmutableList<Cell> getAllCells()
public CellProvider getCellProvider()
public AbsPath getSuperRootPath()