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 RuleConstructorRuleConstructor.ActionClause. doAction(java.lang.String... actions)Definition of actions for the rule.RuleConstructorRuleConstructor. install()Installing/submitting rule to the Byteman agent via instance of instrumentor defined as default to theRuleConstructorclass.RuleConstructorRuleConstructor. install(Instrumentor instrumentor)Installing/submitting rule to the Byteman agent via instance of instrumentor.RuleConstructorRuleConstructor. submit()Facade to methodinstall().RuleConstructorRuleConstructor. 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.StringInstrumentor. installRule(RuleConstructor builder)Installing rule based on definition available by buildingRuleConstructor.voidInstrumentor. removeRule(RuleConstructor builder)Removing particular script installed as a rule byRuleConstructor.
-