Package | Description |
---|---|
org.jboss.byteman.rule |
Modifier and Type | Method and Description |
---|---|
static Rule |
Rule.create(RuleScript ruleScript,
ClassLoader loader,
HelperManager helperManager) |
static Action |
Action.create(Rule rule,
String text) |
static Condition |
Condition.create(Rule rule,
String text) |
static Event |
Event.create(Rule rule,
String text) |
void |
Rule.setAction(String actionSpec) |
void |
Rule.setCondition(String conditionSpec) |
void |
Rule.setEvent(String eventSpec) |
Copyright © 2021. All Rights Reserved.