Skip to main content

TerminalCLIExtension

Complete API reference for TerminalCLIExtension, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Uncategorized

Component: no


public class TerminalCLIExtension

Constructors

SignatureDescription
TerminalCLIExtension(JavaTerminalCLIExtension)Executes TerminalCLIExtension and returns after the underlying engine call finishes.
TerminalCLIExtension()Executes TerminalCLIExtension and returns after the underlying engine call finishes.

Methods

SignatureReturnsDescription
setInstance(JavaTerminalCLIExtension)voidExecutes setInstance and returns after the underlying engine call finishes.
getCommand()StringExecutes getCommand and returns after the underlying engine call finishes.
getInfo()StringReturns the current info.
start(String[])voidExecutes start and returns after the underlying engine call finishes.
run(String)voidExecutes run and returns after the underlying engine call finishes.
exit()voidExecutes exit and returns after the underlying engine call finishes.
log(Object)voidPerforms the log operation using the provided parameters (message).
log(String)voidPerforms the log operation using the provided parameters (message).
log(Vector3)voidPerforms the log operation using the provided parameters (message).
log(Quaternion)voidPerforms the log operation using the provided parameters (message).
log(Vector2)voidPerforms the log operation using the provided parameters (message).
log(float)voidPerforms the log operation using the provided parameters (message).
log(int)voidPerforms the log operation using the provided parameters (message).
log(long)voidPerforms the log operation using the provided parameters (message).
log(double)voidPerforms the log operation using the provided parameters (message).
log(char)voidPerforms the log operation using the provided parameters (message).
log(byte)voidPerforms the log operation using the provided parameters (message).
log(Error)voidPerforms the log operation using the provided parameters (e).
log(Exception)voidPerforms the log operation using the provided parameters (e).
log(Throwable)voidPerforms the log operation using the provided parameters (e).
log(Log)voidPerforms the log operation using the provided parameters (log).
log(String[])voidPerforms the log operation using the provided parameters (log).
log(List<String>)voidPerforms the log operation using the provided parameters (log).