Class Transform


  • public class Transform
    extends Object
    record of a specific bytecode transformation applied by the byteman agent for a given trigger class
    • Method Detail

      • getInternalClassName

        public String getInternalClassName()
      • getTriggerMethodName

        public String getTriggerMethodName()
      • getRule

        public Rule getRule()
      • getThrowable

        public Throwable getThrowable()
      • getDetail

        public String getDetail()
      • setCompiled

        public void setCompiled​(boolean successful,
                                String detail)
      • isTransformed

        public boolean isTransformed()
      • isCompiledOk

        public boolean isCompiledOk()
      • isInstalled

        public boolean isInstalled()
      • setInstalled

        public void setInstalled()
      • writeTo

        public void writeTo​(PrintWriter writer)