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.script.helper
/
LocalJvmSearchHelper
/
findByPort
find
By
Port
fun
findByPort
(
port
:
Int
,
name
:
String
?
)
:
List
<
JVM
>
Find the jvm by port.
Parameters
port
The port
name
Customize the jvm name. Will use the main class if it's null.