Class DirectorApplicationWrapper
- java.lang.Object
-
- org.eclipse.tycho.p2.tools.director.DirectorApplicationWrapper
-
- All Implemented Interfaces:
DirectorRuntime
public final class DirectorApplicationWrapper extends java.lang.Object implements DirectorRuntime
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private class
DirectorApplicationWrapper.DirectorApplicationWrapperCommand
-
Nested classes/interfaces inherited from interface org.eclipse.tycho.p2.tools.director.shared.DirectorRuntime
DirectorRuntime.Command
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.Integer
EXIT_OK
(package private) MavenLogger
logger
-
Constructor Summary
Constructors Constructor Description DirectorApplicationWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectorRuntime.Command
newInstallCommand()
Returns a newDirectorRuntime.Command
instance that can be used to execute a command with this director runtime.void
setMavenContext(MavenContext context)
-
-
-
Field Detail
-
EXIT_OK
static final java.lang.Integer EXIT_OK
- See Also:
IApplication.EXIT_OK
-
logger
MavenLogger logger
-
-
Method Detail
-
newInstallCommand
public DirectorRuntime.Command newInstallCommand()
Description copied from interface:DirectorRuntime
Returns a newDirectorRuntime.Command
instance that can be used to execute a command with this director runtime.- Specified by:
newInstallCommand
in interfaceDirectorRuntime
-
setMavenContext
public void setMavenContext(MavenContext context)
-
-