Class TransformSet


  • public class TransformSet
    extends Object
    A TransformSet groups together a set of Transform records which share a common classloader and trigger class name. This grouping ensures that all transforms arising from a specific retransform operation can be managed as a unit. In particular this is needed in order to allow installation and uninstallation of a rule to be performed consistently.
    • Constructor Detail

    • Method Detail

      • add

        public void add​(Transform transform)
      • getTriggerClass

        public String getTriggerClass()
      • isInstalled

        public boolean isInstalled()
      • setInstalled

        public void setInstalled​(Rule rule)
      • getInstalledRule

        public Rule getInstalledRule()
      • isEmpty

        public boolean isEmpty()
      • clearTransforms

        public void clearTransforms()