TerminalCLIExtension
Complete API reference for TerminalCLIExtension, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class TerminalCLIExtension
Constructors
| Signature | Description |
|---|---|
TerminalCLIExtension(JavaTerminalCLIExtension) | Executes TerminalCLIExtension and returns after the underlying engine call finishes. |
TerminalCLIExtension() | Executes TerminalCLIExtension and returns after the underlying engine call finishes. |
Methods
| Signature | Returns | Description |
|---|---|---|
setInstance(JavaTerminalCLIExtension) | void | Executes setInstance and returns after the underlying engine call finishes. |
getCommand() | String | Executes getCommand and returns after the underlying engine call finishes. |
getInfo() | String | Returns the current info. |
start(String[]) | void | Executes start and returns after the underlying engine call finishes. |
run(String) | void | Executes run and returns after the underlying engine call finishes. |
exit() | void | Executes exit and returns after the underlying engine call finishes. |
log(Object) | void | Performs the log operation using the provided parameters (message). |
log(String) | void | Performs the log operation using the provided parameters (message). |
log(Vector3) | void | Performs the log operation using the provided parameters (message). |
log(Quaternion) | void | Performs the log operation using the provided parameters (message). |
log(Vector2) | void | Performs the log operation using the provided parameters (message). |
log(float) | void | Performs the log operation using the provided parameters (message). |
log(int) | void | Performs the log operation using the provided parameters (message). |
log(long) | void | Performs the log operation using the provided parameters (message). |
log(double) | void | Performs the log operation using the provided parameters (message). |
log(char) | void | Performs the log operation using the provided parameters (message). |
log(byte) | void | Performs the log operation using the provided parameters (message). |
log(Error) | void | Performs the log operation using the provided parameters (e). |
log(Exception) | void | Performs the log operation using the provided parameters (e). |
log(Throwable) | void | Performs the log operation using the provided parameters (e). |
log(Log) | void | Performs the log operation using the provided parameters (log). |
log(String[]) | void | Performs the log operation using the provided parameters (log). |
log(List<String>) | void | Performs the log operation using the provided parameters (log). |