Interface | Description |
---|---|
Cell |
Represents a single checkout of a code base.
|
CellPathResolver | |
NewCellPathResolver |
The
NewCellPathResolver maps between CanonicalCellName s and the absolute Path that they are rooted at. |
Class | Description |
---|---|
AbstractCellPathResolver |
Contains base logic for
CellPathResolver . |
CellConfig |
Hierarcical configuration of cell/section/key/value quadruples.
|
CellConfig.Builder |
A builder for
CellConfig 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 of
NewCellPathResolver based on the path to name map (this is assumed to
be 1-1). |
Exception | Description |
---|---|
InvalidCellOverrideException |
An exception thrown when trying to perform invalid cell override.
|