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
Local
Jvm
Search
Helper
class
LocalJvmSearchHelper
(
template
:
HostMachine
,
providerConfig
:
LocalJvmProviderConfig
)
A helper for local jvm search
Members
Constructors
Local
Jvm
Search
Helper
Link copied to clipboard
constructor
(
template
:
HostMachine
,
providerConfig
:
LocalJvmProviderConfig
)
Functions
find
By
Command
Line
Args
Link copied to clipboard
fun
findByCommandLineArgs
(
search
:
String
,
name
:
String
?
)
:
List
<
JVM
>
Find all JVM by command line args.
find
By
Port
Link copied to clipboard
fun
findByPort
(
port
:
Int
,
name
:
String
?
)
:
List
<
JVM
>
Find the jvm by port.