public interface ProjectFilesystemFactory
Modifier and Type | Method and Description |
---|---|
ProjectFilesystem |
createOrThrow(CanonicalCellName cellName,
AbsPath path,
boolean buckOutIncludeTargetCofigHash) |
ProjectFilesystem |
createProjectFilesystem(CanonicalCellName cellName,
AbsPath root,
boolean buckOutIncludeTargetCofigHash) |
ProjectFilesystem |
createProjectFilesystem(CanonicalCellName cellName,
AbsPath root,
Config config,
boolean buckOutIncludeTargetConfigHash) |
ProjectFilesystem |
createProjectFilesystem(CanonicalCellName cellName,
AbsPath root,
Config config,
Optional<EmbeddedCellBuckOutInfo> embeddedCellBuckOutInfo,
boolean buckOutIncludeTargetConfigHash) |
ProjectFilesystem createProjectFilesystem(CanonicalCellName cellName, AbsPath root, Config config, Optional<EmbeddedCellBuckOutInfo> embeddedCellBuckOutInfo, boolean buckOutIncludeTargetConfigHash)
ProjectFilesystem createProjectFilesystem(CanonicalCellName cellName, AbsPath root, Config config, boolean buckOutIncludeTargetConfigHash)
ProjectFilesystem createProjectFilesystem(CanonicalCellName cellName, AbsPath root, boolean buckOutIncludeTargetCofigHash)
ProjectFilesystem createOrThrow(CanonicalCellName cellName, AbsPath path, boolean buckOutIncludeTargetCofigHash)