Uses of Class
org.jboss.byteman.contrib.dtest.RuleConstructor.ActionClause
-
Packages that use RuleConstructor.ActionClause Package Description org.jboss.byteman.contrib.dtest -
-
Uses of RuleConstructor.ActionClause in org.jboss.byteman.contrib.dtest
Methods in org.jboss.byteman.contrib.dtest that return RuleConstructor.ActionClause Modifier and Type Method Description RuleConstructor.ActionClauseRuleConstructor.ConditionClause. ifCondition(java.lang.String condition)Rule condition when rule will be executed.RuleConstructor.ActionClauseRuleConstructor.ConditionClause. ifFalse()Condition ensuring that rule won't be executed.RuleConstructor.ActionClauseRuleConstructor.ConditionClause. ifTrue()Condition ensuring that rule will be executed.
-