Package | Description |
---|---|
com.gzoltar.core.runtime |
Copyright (C) 2019 GZoltar contributors.
|
Modifier and Type | Method and Description |
---|---|
Probe |
ProbeGroup.findProbeByNode(Node node)
|
Probe |
ProbeGroup.registerProbe(Node node,
javassist.CtBehavior ctBehavior)
Registers a new
Probe object. |
Modifier and Type | Method and Description |
---|---|
List<Probe> |
ProbeGroup.getProbes()
Returns all
Probe objects that have been registered. |
Constructor and Description |
---|
ProbeGroup(String hash,
javassist.CtClass ctClass,
List<Probe> probes)
Constructs a new ProbeGroup.
|
Copyright © 2010–2019 GZoltar. All rights reserved.