- Enclosing interface:
ProxyInfo
public static interface ProxyInfo.Exec
Information about process that should be executed when initializing a
proxy.
-
Method Summary
-
Method Details
-
command
Optional command to run. If not provided, an implementation ofChildLauncherwill be used. Default is empty optional.- Returns:
- optional command if not default child
-
javaOptions
List of Java options to make available to the process. Default is empty list.- Returns:
- list of Java options
-
arguments
Command line arguments to pass along to the executing process. Default is empty list.- Returns:
- list of arguments
-