org.jboss.ant.tasks.retrocheck
Class Checker
java.lang.Object
org.jboss.ant.tasks.retrocheck.Checker
public class Checker
- extends Object
takes jar or class files and checks the weave the bytecode
- Version:
- $Revision: 58 $
- Author:
- Bill Burke, Adrian Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
verbose
public boolean verbose
suppress
public boolean suppress
loader
public static URLClassLoader loader
Checker
public Checker()
isJarFile
public boolean isJarFile(File src)
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
usage
public void usage()
check
public void check(String[] args)
throws Exception
- Throws:
Exception
checkFile
public int checkFile(org.jboss.ant.tasks.retrocheck.Checker.CheckClassInfo info)
throws Exception
- Throws:
Exception
doCheck
public int doCheck(ClassLoader cl,
org.jboss.ant.tasks.retrocheck.Checker.CheckClassInfo info)
Copyright © 2005-2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.