-
- Enclosing interface:
- ProxyInfo
public static interface ProxyInfo.ExecInformation about process that should be executed when initializing a proxy.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default List<String>arguments()Command line arguments to pass along to the executing process.default Optional<String>command()Optional command to run.default List<String>javaOptions()List of Java options to make available to the process.
-
-
-
Method Detail
-
command
default Optional<String> 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
default List<String> javaOptions()
List of Java options to make available to the process. Default is empty list.- Returns:
- list of Java options
-
-