Uses of Class
org.jboss.byteman.contrib.dtest.RuleConstructor
-
Packages that use RuleConstructor Package Description org.jboss.byteman.contrib.dtest -
-
Uses of RuleConstructor in org.jboss.byteman.contrib.dtest
Methods in org.jboss.byteman.contrib.dtest that return RuleConstructor Modifier and Type Method Description RuleConstructor
RuleConstructor.ActionClause. doAction(java.lang.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 theRuleConstructor
class.RuleConstructor
RuleConstructor. install(Instrumentor instrumentor)
Installing/submitting rule to the Byteman agent via instance of instrumentor.RuleConstructor
RuleConstructor. submit()
Facade to methodinstall()
.RuleConstructor
RuleConstructor. submit(Instrumentor instrumentor)
Facade to methodinstall(Instrumentor)
.Methods in org.jboss.byteman.contrib.dtest with parameters of type RuleConstructor Modifier and Type Method Description java.lang.String
Instrumentor. installRule(RuleConstructor builder)
Installing rule based on definition available by buildingRuleConstructor
.void
Instrumentor. removeRule(RuleConstructor builder)
Removing particular script installed as a rule byRuleConstructor
.
-