Package com.openfin.desktop
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 configstatic void
main(java.lang.String[] args)
-
Constructor Details
-
RuntimeLauncher
public RuntimeLauncher()
-
-
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
-