Class StandaloneDirectorRuntime

java.lang.Object
org.eclipse.tycho.plugins.p2.director.runtime.StandaloneDirectorRuntime
All Implemented Interfaces:
org.eclipse.tycho.p2.tools.director.shared.DirectorRuntime

public class StandaloneDirectorRuntime extends Object implements org.eclipse.tycho.p2.tools.director.shared.DirectorRuntime
Eclipse installation with the p2 director application. This director runtime is itself a valid p2 installation and can therefore be used to install products with meta-requirements, e.g. for custom touchpoint actions.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.tycho.p2.tools.director.shared.DirectorRuntime

    org.eclipse.tycho.p2.tools.director.shared.DirectorRuntime.Command
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.tycho.p2.tools.director.shared.DirectorRuntime.Command
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • newInstallCommand

      public org.eclipse.tycho.p2.tools.director.shared.DirectorRuntime.Command newInstallCommand()
      Specified by:
      newInstallCommand in interface org.eclipse.tycho.p2.tools.director.shared.DirectorRuntime