org.gridkit.lab.jvm.attach
Class PatternJvmMatcher

java.lang.Object
  extended by org.gridkit.lab.jvm.attach.PatternJvmMatcher
All Implemented Interfaces:
Serializable, JavaProcessMatcher

public class PatternJvmMatcher
extends Object
implements JavaProcessMatcher, Serializable

Author:
Alexey Ragozin ([email protected])
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.gridkit.lab.jvm.attach.JavaProcessMatcher
JavaProcessMatcher.Union
 
Constructor Summary
PatternJvmMatcher()
           
 
Method Summary
 boolean evaluate(JavaProcessDetails proc)
           
 void matchProp(String prop, String pattern)
           
 void matchPropExact(String prop, String pattern)
           
 void matchVmName(String pattern)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PatternJvmMatcher

public PatternJvmMatcher()
Method Detail

matchVmName

public void matchVmName(String pattern)

matchProp

public void matchProp(String prop,
                      String pattern)

matchPropExact

public void matchPropExact(String prop,
                           String pattern)

evaluate

public boolean evaluate(JavaProcessDetails proc)
Specified by:
evaluate in interface JavaProcessMatcher

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All Rights Reserved.