findByCommandLineArgs

fun findByCommandLineArgs(search: String, name: String?): List<JVM>

Find all JVM by command line args.

Parameters

search

The command line args that you want to match

name

Customize the jvm name. Will use the main class if it's null.