public class BuildOutputDirectory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.io.File |
location |
Constructor and Description |
---|
BuildOutputDirectory(java.io.File location) |
BuildOutputDirectory(java.lang.String directory) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getChild(java.lang.String path)
Convenience method for obtaining an file/folder in the build output directory.
|
java.io.File |
getLocation()
Returns the location of the build output directory.
|
public BuildOutputDirectory(java.io.File location)
public BuildOutputDirectory(java.lang.String directory)
public java.io.File getLocation()
null
public java.io.File getChild(java.lang.String path)
path
relative to the build output
directory.