Package | Description |
---|---|
org.jboss.byteman.contrib.dtest |
Modifier and Type | Method | Description |
---|---|---|
RuleConstructor |
RuleConstructor.ActionClause.doAction(String... actions) |
Definition of actions for the rule.
|
RuleConstructor |
RuleConstructor.install() |
Installing/submitting rule to the Byteman agent via instance of instrumentor
defined as default to the
RuleConstructor class. |
RuleConstructor |
RuleConstructor.install(Instrumentor instrumentor) |
Installing/submitting rule to the Byteman agent via instance of instrumentor.
|
RuleConstructor |
RuleConstructor.submit() |
Facade to method
install() . |
RuleConstructor |
RuleConstructor.submit(Instrumentor instrumentor) |
Facade to method
install(Instrumentor) . |
Modifier and Type | Method | Description |
---|---|---|
String |
Instrumentor.installRule(RuleConstructor builder) |
Installing rule based on definition available by building
RuleConstructor . |
void |
Instrumentor.removeRule(RuleConstructor builder) |
Removing particular script installed as a rule by
RuleConstructor . |
Copyright © 2018. All rights reserved.