Package | Description |
---|---|
org.jboss.byteman.contrib.dtest |
Modifier and Type | Method | Description |
---|---|---|
static Instrumentor |
RuleConstructor.getDefaultInstrumentor() |
Returning value of the previously set default
Instrumentor instance. |
Modifier and Type | Method | Description |
---|---|---|
RuleConstructor |
RuleConstructor.install(Instrumentor instrumentor) |
Installing/submitting rule to the Byteman agent via instance of instrumentor.
|
static void |
RuleConstructor.setDefaultInstrumentor(Instrumentor instrumentor) |
Setting default initialize instance of
Instrumentor class
that will be used when RuleConstructor.install() /RuleConstructor.submit() method
is used for the created rule.You can define this default Instrumentor which could be used whenever the new rule is submitted to the Byteman agent. null is permitted then RuleConstructor.install() method throws exception |
RuleConstructor |
RuleConstructor.submit(Instrumentor instrumentor) |
Facade to method
RuleConstructor.install(Instrumentor) . |
Copyright © 2018. All rights reserved.