Interface DirectorRuntime
-
- All Known Implementing Classes:
DirectorApplicationWrapper
,StandaloneDirectorRuntime
public interface DirectorRuntime
A runtime environment of the p2 director application.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
DirectorRuntime.Command
A command for a p2 director application.
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
newInstallCommand
DirectorRuntime.Command newInstallCommand()
Returns a newDirectorRuntime.Command
instance that can be used to execute a command with this director runtime.
-
-