Package org.jboss.byteman.rule.helper


package org.jboss.byteman.rule.helper
  • Class
    Description
    This is the default helper class which is used to define builtin operations for rules.
    This interface defines the methods which need to be added to a helper class in order for it to plug in to the rule system.
    Implementation of RuleHelper which extends the functionality of the standard helper class, Helper, by adding the methods required to implement interface RuleHelper.