Package com.facebook.buck.core.cell
Class Cells
- java.lang.Object
-
- com.facebook.buck.core.cell.Cells
-
public class Cells extends Object
Access all cells.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<Cell>
getAllCells()
Cell
getCell(CanonicalCellName cellName)
CellProvider
getCellProvider()
Cell
getRootCell()
AbsPath
getSuperRootPath()
-
-
-
Constructor Detail
-
Cells
public Cells(Cell rootCell)
-
-
Method Detail
-
getRootCell
public Cell getRootCell()
-
getCell
public Cell getCell(CanonicalCellName cellName)
-
getAllCells
public com.google.common.collect.ImmutableList<Cell> getAllCells()
-
getCellProvider
public CellProvider getCellProvider()
-
getSuperRootPath
public AbsPath getSuperRootPath()
- Returns:
- Path of the topmost cell's path that roots all other cells
-
-