public static interface RemoteTerminal.Launchable
Application should be launched remotely using a
RemoteTerminal.| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCommandLineArguments(Platform platform,
com.oracle.bedrock.OptionsByType optionsByType)
Obtains the command line arguments when launching an
Application using a RemoteTerminal. |
String |
getCommandToExecute(Platform platform,
com.oracle.bedrock.OptionsByType optionsByType)
Obtains the command to launch an
Application using a RemoteTerminal. |
Properties |
getEnvironmentVariables(Platform platform,
com.oracle.bedrock.OptionsByType optionsByType)
Obtains the environment variables to use when launching an
Application using a RemoteTerminal. |
String getCommandToExecute(Platform platform, com.oracle.bedrock.OptionsByType optionsByType)
Application using a RemoteTerminal.platform - the PlatformoptionsByType - the OptionsByTypeList<String> getCommandLineArguments(Platform platform, com.oracle.bedrock.OptionsByType optionsByType)
Application using a RemoteTerminal.platform - the PlatformoptionsByType - the OptionsByTypeApplicationProperties getEnvironmentVariables(Platform platform, com.oracle.bedrock.OptionsByType optionsByType)
Application using a RemoteTerminal.platform - the PlatformoptionsByType - the OptionsByTypeProperties representing the required remote environment variablesCopyright © 2017. All rights reserved.