public class CellMappingsFactory extends Object
NewCellPathResolver
and CellNameResolver
.Modifier and Type | Method and Description |
---|---|
static NewCellPathResolver |
create(AbsPath rootPath,
Config rootConfig)
Creates a
NewCellPathResolver from the root cell's path and config. |
static CellNameResolver |
createCellNameResolver(AbsPath cellPath,
Config config,
NewCellPathResolver cellPathResolver)
Creates a
CellNameResolver for a cell. |
public static NewCellPathResolver create(AbsPath rootPath, Config rootConfig)
NewCellPathResolver
from the root cell's path and config. We currently
require that all cells appear in the root cell's config.public static CellNameResolver createCellNameResolver(AbsPath cellPath, Config config, NewCellPathResolver cellPathResolver)
CellNameResolver
for a cell.