Package 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").
-
-
Constructor Summary
Constructors Constructor Description BuildOutputDirectory(File location)
BuildOutputDirectory(String directory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
getLocation
public File getLocation()
Returns the location of the build output directory.- Returns:
- never
null
-
-