Class StandaloneDirectorRuntime

  • All Implemented Interfaces:
    DirectorRuntime

    public class StandaloneDirectorRuntime
    extends java.lang.Object
    implements 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.
    • Field Detail

      • runtimeLocation

        private final java.io.File runtimeLocation
      • logger

        private org.codehaus.plexus.logging.Logger logger
      • forkedProcessTimeoutInSeconds

        private final int forkedProcessTimeoutInSeconds
    • Constructor Detail

      • StandaloneDirectorRuntime

        StandaloneDirectorRuntime​(java.io.File runtimeLocation,
                                  EquinoxLauncher launchHelper,
                                  int forkedProcessTimeoutInSeconds,
                                  org.codehaus.plexus.logging.Logger logger)