Class TestScript


  • public class TestScript
    extends java.lang.Object
    utility which parses and typechecks all rules in a rule script. usage : java org.jboss.byteman.TestScript [scriptfile] n.b. the byteman jar and any classes mentioned in the script rules need to be in the classpath
    • Constructor Summary

      Constructors 
      Constructor Description
      TestScript()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static void usage()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestScript

        public TestScript()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • usage

        public static void usage()