org.eclipse.tycho
Class BuildOutputDirectory
java.lang.Object
org.eclipse.tycho.BuildOutputDirectory
public class BuildOutputDirectory
- extends Object
Represents the build output directory of a Maven project (aka "target folder").
|
Method Summary |
File |
getChild(String path)
Convenience method for obtaining an file/folder in the build output directory. |
File |
getLocation()
Returns the location of the build output directory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildOutputDirectory
public BuildOutputDirectory(File location)
BuildOutputDirectory
public BuildOutputDirectory(String directory)
getLocation
public File getLocation()
- Returns the location of the build output directory.
- Returns:
- never
null
getChild
public File getChild(String path)
- Convenience method for obtaining an file/folder in the build output directory.
- Returns:
- The file or folder at the given
path relative to the build output
directory.
Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.