Arthas UI
Toggle table of contents
0.5.1
jvm
Platform filter
jvm
Switch theme
Search in API
Arthas UI
Arthas UI
/
io.github.vudsen.arthasui.api.bean
/
InteractiveShell
Interactive
Shell
interface
InteractiveShell
:
AutoCloseable
Members
Functions
close
Link copied to clipboard
abstract
fun
close
(
)
exit
Code
Link copied to clipboard
abstract
fun
exitCode
(
)
:
Int
?
退出码,如果还没有退出,返回空
get
Reader
Link copied to clipboard
abstract
fun
getReader
(
)
:
Reader
get
Writer
Link copied to clipboard
abstract
fun
getWriter
(
)
:
Writer
is
Alive
Link copied to clipboard
abstract
fun
isAlive
(
)
:
Boolean