Package com.facebook.buck.core.cell
-
Interface Summary Interface Description Cell Represents a single checkout of a code base.CellPathResolver NewCellPathResolver TheNewCellPathResolver
maps betweenCanonicalCellName
s and the absolutePath
that they are rooted at. -
Class Summary Class Description AbstractCellPathResolver Contains base logic forCellPathResolver
.CellConfig Hierarcical configuration of cell/section/key/value quadruples.CellConfig.Builder A builder forCellConfig
s.CellName Describes a cell name relative to another cell.CellPathResolverView View of a subset of cells of a cell path resolver.CellProvider Cells Access all cells.DefaultCellNameResolverProvider Cell name resolver provider from the root cell.DefaultNewCellPathResolver Implementation ofNewCellPathResolver
based on the path to name map (this is assumed to be 1-1). -
Exception Summary Exception Description InvalidCellOverrideException An exception thrown when trying to perform invalid cell override.