org.eclipse.tycho
Class BuildOutputDirectory

java.lang.Object
  extended by org.eclipse.tycho.BuildOutputDirectory

public class BuildOutputDirectory
extends Object

Represents the build output directory of a Maven project (aka "target folder").


Constructor Summary
BuildOutputDirectory(File location)
           
BuildOutputDirectory(String directory)
           
 
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
 

Constructor Detail

BuildOutputDirectory

public BuildOutputDirectory(File location)

BuildOutputDirectory

public BuildOutputDirectory(String directory)
Method Detail

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.