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.conf
/
HostMachineConnectConfig
Host
Machine
Connect
Config
abstract
class
HostMachineConnectConfig
(
val
type
:
String
)
:
DeepCopyable
<
HostMachineConnectConfig
>
Inheritors
EmptyConnectConfig
Members
Constructors
Host
Machine
Connect
Config
Link copied to clipboard
constructor
(
type
:
String
)
Properties
type
Link copied to clipboard
val
type
:
String
Functions
deep
Copy
Link copied to clipboard
abstract
fun
deepCopy
(
)
:
HostMachineConnectConfig
深拷贝
equals
Link copied to clipboard
abstract
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Icon
Link copied to clipboard
abstract
fun
getIcon
(
)
:
Icon
获取对应连接方式的图标
get
OS
Link copied to clipboard
abstract
fun
getOS
(
)
:
OS
获取操作系统类型
hash
Code
Link copied to clipboard
abstract
override
fun
hashCode
(
)
:
Int