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)
BuildCellRelativePathFactory
from
in interface BuildCellRelativePathFactory
public BuildCellRelativePath from(OutputPath outputPath)
BuildCellRelativePathFactory
from
in interface BuildCellRelativePathFactory