Uses of Class
org.jboss.byteman.contrib.dtest.InstrumentedClass
-
Packages that use InstrumentedClass Package Description org.jboss.byteman.contrib.dtest -
-
Uses of InstrumentedClass in org.jboss.byteman.contrib.dtest
Methods in org.jboss.byteman.contrib.dtest that return InstrumentedClass Modifier and Type Method Description InstrumentedClassInstrumentor. instrumentClass(Class clazz)Add method tracing rules to the specified class.InstrumentedClassInstrumentor. instrumentClass(Class clazz, String... methodNames)InstrumentedClassInstrumentor. instrumentClass(Class clazz, Set<String> methodNames)Add method tracing rules to the specified class.InstrumentedClassInstrumentor. instrumentClass(String className, String... methodNames)InstrumentedClassInstrumentor. instrumentClass(String className, Set<String> methodNames)Add method tracing rules to the specified class name.
If a null set of method names is supplied,NullPointerExceptionis thrown.
-