Class DirectorApplicationWrapper
- java.lang.Object
-
- org.eclipse.tycho.p2.tools.director.DirectorApplicationWrapper
-
- All Implemented Interfaces:
DirectorRuntime
public final class DirectorApplicationWrapper extends Object implements DirectorRuntime
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.tycho.p2.tools.director.shared.DirectorRuntime
DirectorRuntime.Command
-
-
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)
-
-
-
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)
-
-