Uses of Class
org.jboss.byteman.agent.TransformSet
Packages that use TransformSet
-
Uses of TransformSet in org.jboss.byteman.agent
Fields in org.jboss.byteman.agent with type parameters of type TransformSetModifier and TypeFieldDescriptionprivate List
<TransformSet> RuleScript.transformSets
a list of records identifying transforms associated with a specific class.Methods in org.jboss.byteman.agent that return TransformSetModifier and TypeMethodDescriptionRuleScript.ensureTransformSet
(ClassLoader loader, String triggerClass, Rule installedRule) RuleScript.lookupTransformSet
(ClassLoader loader, String triggerClass) Methods in org.jboss.byteman.agent that return types with arguments of type TransformSetModifier and TypeMethodDescriptionRuleScript.getTransformSets()
getter for list of transforms applied for this script.