HyperProcess(Telemetry telemetry) |
Starts a new Hyper process trying to automatically locate the Hyper binary.
|
HyperProcess(Telemetry telemetry,
java.lang.String userAgent) |
Starts a new Hyper process trying to automatically locate the Hyper binary.
|
HyperProcess(Telemetry telemetry,
java.lang.String userAgent,
java.util.Map<java.lang.String,java.lang.String> parameters) |
Starts a new Hyper process trying to automatically locate the Hyper binary.
|
HyperProcess(java.nio.file.Path hyperPath,
Telemetry telemetry) |
Starts a new Hyper process using the given path to the Hyper executable.
|
HyperProcess(java.nio.file.Path hyperPath,
Telemetry telemetry,
java.lang.String userAgent) |
Starts a new Hyper process using the given path to the Hyper executable.
|
HyperProcess(java.nio.file.Path hyperPath,
Telemetry telemetry,
java.lang.String userAgent,
java.util.Map<java.lang.String,java.lang.String> parameters) |
Starts a new Hyper process using the given path to the Hyper executable.
|