Uses of Class
org.jboss.byteman.contrib.dtest.RuleConstructor
Packages that use RuleConstructor
-
Uses of RuleConstructor in org.jboss.byteman.contrib.dtest
Methods in org.jboss.byteman.contrib.dtest that return RuleConstructorModifier and TypeMethodDescriptionDefinition of actions for the rule.RuleConstructor.install()Installing/submitting rule to the Byteman agent via instance of instrumentor defined as default to theRuleConstructorclass.RuleConstructor.install(Instrumentor instrumentor) Installing/submitting rule to the Byteman agent via instance of instrumentor.RuleConstructor.submit()Facade to methodinstall().RuleConstructor.submit(Instrumentor instrumentor) Facade to methodinstall(Instrumentor).Methods in org.jboss.byteman.contrib.dtest with parameters of type RuleConstructorModifier and TypeMethodDescriptionInstrumentor.installRule(RuleConstructor builder) Installing rule based on definition available by buildingRuleConstructor.voidInstrumentor.removeRule(RuleConstructor builder) Removing particular script installed as a rule byRuleConstructor.