Ognl Jvm Searcher
object OgnlJvmSearcher
使用 ognl 脚本搜索 jvm.
Example:
#resultStr = hostMachine.execute(localHelper.jps(), '-lm').stdout,
#result = #resultStr.split('\n').{? #this.contains('com.intellij.idea.Main')},
addLocal(#result.{ #this.split(' ') })
Content copied to clipboard