org.jboss.byteman.test
Class TestScript

java.lang.Object
  extended by org.jboss.byteman.test.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


Method Summary
 int installParamTypes(Rule rule, java.lang.String targetClassName, int access, java.lang.String candidateName, java.lang.String candidateDesc)
           
static void main(java.lang.String[] args)
           
 void testScript(java.lang.String[] packages, java.lang.String[] files, int firstFile)
           
static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

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

usage

public static void usage()

testScript

public void testScript(java.lang.String[] packages,
                       java.lang.String[] files,
                       int firstFile)

installParamTypes

public int installParamTypes(Rule rule,
                             java.lang.String targetClassName,
                             int access,
                             java.lang.String candidateName,
                             java.lang.String candidateDesc)


Copyright © 2011. All Rights Reserved.