Uses of Interface
org.eclipse.tycho.p2.tools.director.shared.DirectorRuntime.Command
-
Packages that use DirectorRuntime.Command Package Description org.eclipse.tycho.p2.tools.director org.eclipse.tycho.p2.tools.director.shared org.eclipse.tycho.plugins.p2.director.runtime -
-
Uses of DirectorRuntime.Command in org.eclipse.tycho.p2.tools.director
Classes in org.eclipse.tycho.p2.tools.director that implement DirectorRuntime.Command Modifier and Type Class Description private class
DirectorApplicationWrapper.DirectorApplicationWrapperCommand
Methods in org.eclipse.tycho.p2.tools.director that return DirectorRuntime.Command Modifier and Type Method Description DirectorRuntime.Command
DirectorApplicationWrapper. newInstallCommand()
-
Uses of DirectorRuntime.Command in org.eclipse.tycho.p2.tools.director.shared
Classes in org.eclipse.tycho.p2.tools.director.shared that implement DirectorRuntime.Command Modifier and Type Class Description class
AbstractDirectorApplicationCommand
Base class for calling a p2 director via command line arguments.Methods in org.eclipse.tycho.p2.tools.director.shared that return DirectorRuntime.Command Modifier and Type Method Description DirectorRuntime.Command
DirectorRuntime. newInstallCommand()
Returns a newDirectorRuntime.Command
instance that can be used to execute a command with this director runtime. -
Uses of DirectorRuntime.Command in org.eclipse.tycho.plugins.p2.director.runtime
Methods in org.eclipse.tycho.plugins.p2.director.runtime that return DirectorRuntime.Command Modifier and Type Method Description DirectorRuntime.Command
StandaloneDirectorRuntime. newInstallCommand()
-