public class DefaultBuildCellRelativePathFactory extends Object implements BuildCellRelativePathFactory
| Constructor and Description |
|---|
DefaultBuildCellRelativePathFactory(Path buildCellRootPath,
ProjectFilesystem filesystem,
Optional<OutputPathResolver> outputPathResolver) |
| Modifier and Type | Method and Description |
|---|---|
BuildCellRelativePath |
from(OutputPath outputPath)
Converts an OutputPath to a BuildCellRelativePath.
|
BuildCellRelativePath |
from(Path buildableRelativePath)
Converts a Path relative to the Buildable's ProjectFilesystem to a BuildCellRelativePath.
|
public DefaultBuildCellRelativePathFactory(Path buildCellRootPath, ProjectFilesystem filesystem, Optional<OutputPathResolver> outputPathResolver)
public BuildCellRelativePath from(Path buildableRelativePath)
BuildCellRelativePathFactoryfrom in interface BuildCellRelativePathFactorypublic BuildCellRelativePath from(OutputPath outputPath)
BuildCellRelativePathFactoryfrom in interface BuildCellRelativePathFactory