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, waitgetTempPathpublic DefaultOutputPathResolver(ProjectFilesystem projectFilesystem, BuildTarget buildTarget)
public Path getTempPath()
OutputPathResolvergetTempPath in interface OutputPathResolverpublic Path resolvePath(OutputPath outputPath)
OutputPathResolverresolvePath in interface OutputPathResolverpublic Path getRootPath()
OutputPathResolvergetRootPath in interface OutputPathResolver