com.openfin.desktop
Class RuntimeLauncher

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

public class RuntimeLauncher
extends Object

Launch Runtime from embedded RVM

Since:
11/19/14
Author:
wche

Constructor Summary
RuntimeLauncher()
           
 
Method Summary
static void launchConfig(String runtimeConfigUrl)
          Launch Desktop from the specified remote config
static void launchVersion(String desktopVersion, String additionalRvmArguments, String runtimeArguments, String rdmUrl, String assetsUrl)
          Launch the specified version of Desktop
static void main2(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeLauncher

public RuntimeLauncher()
Method Detail

launchConfig

public static void launchConfig(String runtimeConfigUrl)
Launch Desktop from the specified remote config

Parameters:
runtimeConfigUrl - remote config location

launchVersion

public static void launchVersion(String desktopVersion,
                                 String additionalRvmArguments,
                                 String runtimeArguments,
                                 String rdmUrl,
                                 String assetsUrl)
                          throws IOException
Launch the specified version of Desktop

Parameters:
desktopVersion - Desktop version
Throws:
IOException

main2

public static void main2(String[] args)
                  throws URISyntaxException,
                         IOException,
                         InterruptedException
Throws:
URISyntaxException
IOException
InterruptedException


Copyright © 2016. All rights reserved.