com.saxonica.bytecode.util
Class Audit

java.lang.Object
  extended by com.saxonica.bytecode.util.Audit

public class Audit
extends Object

Development aid to check that all Expression classes are compilable


Constructor Summary
Audit()
           
 
Method Summary
static void checkPackage(File dir, String packageName)
           
static void main(String[] args)
          Main method performs an audit: given a root directory, it locates all class files underneath that directory, reporting it if it is an Expression, does not have an associated compiler, and does not implement CallableExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Audit

public Audit()
Method Detail

main

public static void main(String[] args)
Main method performs an audit: given a root directory, it locates all class files underneath that directory, reporting it if it is an Expression, does not have an associated compiler, and does not implement CallableExpression


checkPackage

public static void checkPackage(File dir,
                                String packageName)


Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.