org.jboss.ant.tasks.retrocheck
Class Checker

java.lang.Object
  extended by 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

Field Summary
static URLClassLoader loader
           
 boolean suppress
           
 boolean verbose
           
 
Constructor Summary
Checker()
           
 
Method Summary
 void check(String[] args)
           
 int checkFile(org.jboss.ant.tasks.retrocheck.Checker.CheckClassInfo info)
           
 int doCheck(ClassLoader cl, org.jboss.ant.tasks.retrocheck.Checker.CheckClassInfo info)
           
 boolean isJarFile(File src)
           
static void main(String[] args)
           
 void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

verbose

public boolean verbose

suppress

public boolean suppress

loader

public static URLClassLoader loader
Constructor Detail

Checker

public Checker()
Method Detail

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.