Interface ProxyInfo.Exec

  • Enclosing interface:
    ProxyInfo

    public static interface ProxyInfo.Exec
    Information about process that should be executed when initializing a proxy.
    • Method Detail

      • command

        default Optional<String> command()
        Optional command to run. If not provided, an implementation of ChildLauncher will 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
      • arguments

        default List<String> arguments()
        Command line arguments to pass along to the executing process. Default is empty list.
        Returns:
        list of arguments