public class LocalCellProviderFactory extends Object
CellProvider to be used in a local (non-distributed) build.| Constructor and Description |
|---|
LocalCellProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
static CellProvider |
create(ProjectFilesystem rootFilesystem,
BuckConfig rootConfig,
CellConfig rootCellConfigOverrides,
com.google.common.collect.ImmutableMap<CellName,AbsPath> cellPathMapping,
CellPathResolver rootCellCellPathResolver,
BuckModuleManager moduleManager,
ToolchainProviderFactory toolchainProviderFactory,
ProjectFilesystemFactory projectFilesystemFactory,
UnconfiguredBuildTargetViewFactory unconfiguredBuildTargetFactory)
Create a cell provider at a given root.
|
public static CellProvider create(ProjectFilesystem rootFilesystem, BuckConfig rootConfig, CellConfig rootCellConfigOverrides, com.google.common.collect.ImmutableMap<CellName,AbsPath> cellPathMapping, CellPathResolver rootCellCellPathResolver, BuckModuleManager moduleManager, ToolchainProviderFactory toolchainProviderFactory, ProjectFilesystemFactory projectFilesystemFactory, UnconfiguredBuildTargetViewFactory unconfiguredBuildTargetFactory)