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