Interface DirectorRuntime
-
- All Known Implementing Classes:
DirectorApplicationWrapper,StandaloneDirectorRuntime
public interface DirectorRuntimeA runtime environment of the p2 director application.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDirectorRuntime.CommandA command for a p2 director application.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectorRuntime.CommandnewInstallCommand()Returns a newDirectorRuntime.Commandinstance that can be used to execute a command with this director runtime.
-
-
-
Method Detail
-
newInstallCommand
DirectorRuntime.Command newInstallCommand()
Returns a newDirectorRuntime.Commandinstance that can be used to execute a command with this director runtime.
-
-