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
/
JVM
JVM
abstract
class
JVM
(
val
id
:
String
,
var
name
:
String
,
val
context
:
JvmContext
)
Members
Constructors
JVM
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
context
:
JvmContext
)
Properties
context
Link copied to clipboard
val
context
:
JvmContext
id
Link copied to clipboard
val
id
:
String
id,可以是 pid,也可以是容器id 或者容器名称
name
Link copied to clipboard
var
name
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Display
Name
Link copied to clipboard
fun
getDisplayName
(
)
:
String
获取显示时的名称.
get
Icon
Link copied to clipboard
abstract
fun
getIcon
(
)
:
Icon
get
Main
Class
Link copied to clipboard
fun
getMainClass
(
)
:
String
获取主类
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int