public class DefaultOutputPathResolver extends Object implements OutputPathResolver
Constructor and Description |
---|
DefaultOutputPathResolver(ProjectFilesystem projectFilesystem,
BuildTarget buildTarget) |
Modifier and Type | Method and Description |
---|---|
Path |
getRootPath()
Returns a relative path to the root directory for build outputs.
|
Path |
getTempPath()
Returns a relative path to the root directory for intermediate build outputs.
|
Path |
resolvePath(OutputPath outputPath)
Returns a relative path to the output.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTempPath
public DefaultOutputPathResolver(ProjectFilesystem projectFilesystem, BuildTarget buildTarget)
public Path getTempPath()
OutputPathResolver
getTempPath
in interface OutputPathResolver
public Path resolvePath(OutputPath outputPath)
OutputPathResolver
resolvePath
in interface OutputPathResolver
public Path getRootPath()
OutputPathResolver
getRootPath
in interface OutputPathResolver