java.lang.Object
org.eclipse.tycho.BuildOutputDirectory
- All Implemented Interfaces:
BuildDirectory
Represents the build output directory of a Maven project (aka "target folder").
-
Constructor Summary
ConstructorsConstructorDescriptionBuildOutputDirectory(File location) BuildOutputDirectory(File location, File outputDirectory, File testOutputDirectory) -
Method Summary
Modifier and TypeMethodDescriptionConvenience method for obtaining an file/folder in the build output directory.Returns the location of the build output directory.
-
Constructor Details
-
BuildOutputDirectory
-
BuildOutputDirectory
-
-
Method Details
-
getLocation
Returns the location of the build output directory.- Specified by:
getLocationin interfaceBuildDirectory- Returns:
- never
null
-
getChild
Convenience method for obtaining an file/folder in the build output directory.- Specified by:
getChildin interfaceBuildDirectory- Returns:
- The file or folder at the given
pathrelative to the build output directory.
-
getOutputDirectory
- Specified by:
getOutputDirectoryin interfaceBuildDirectory- Returns:
- the directory where compiled application classes are placed.
-
getTestOutputDirectory
- Specified by:
getTestOutputDirectoryin interfaceBuildDirectory- Returns:
- the directory where compiled test classes are placed.
-
getP2AgentDirectory
- Specified by:
getP2AgentDirectoryin interfaceBuildDirectory- Returns:
- the directory used for the P2 agent
-