Class RuntimeLauncher

java.lang.Object
com.openfin.desktop.RuntimeLauncher

public class RuntimeLauncher
extends java.lang.Object
Launch Runtime from embedded RVM
Since:
11/19/14
Author:
wche
  • Constructor Summary

    Constructors 
    Constructor Description
    RuntimeLauncher()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String getExistingRVM()  
    static void launchConfig​(java.lang.String runtimeConfigUrl)
    Launch Desktop from the specified remote config
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • launchConfig

      public static void launchConfig​(java.lang.String runtimeConfigUrl)
      Launch Desktop from the specified remote config
      Parameters:
      runtimeConfigUrl - remote config location
    • getExistingRVM

      public static java.lang.String getExistingRVM()
    • main

      public static void main​(java.lang.String[] args) throws java.net.URISyntaxException, java.io.IOException, java.lang.InterruptedException
      Throws:
      java.net.URISyntaxException
      java.io.IOException
      java.lang.InterruptedException