public interface OutputPathResolver
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.
|
default Path |
getTempPath(String file) |
Path |
resolvePath(OutputPath outputPath)
Returns a relative path to the output.
|
Path getTempPath()
Path resolvePath(OutputPath outputPath)
Path getRootPath()