public class OutputPath extends Object implements AddsToRuleKey
Modifier and Type | Class and Description |
---|---|
static class |
OutputPath.Internals
Provides access to internal implementation details of OutputPaths.
|
Constructor and Description |
---|
OutputPath(Path path) |
OutputPath(String name) |
Modifier and Type | Method and Description |
---|---|
static OutputPath.Internals |
internals() |
OutputPath |
resolve(Path subPath) |
OutputPath |
resolve(String subPath) |
public OutputPath(String name)
public OutputPath(Path path)
public OutputPath resolve(String subPath)
public OutputPath resolve(Path subPath)
public static OutputPath.Internals internals()