org.jboss.ant.tasks.retrocheck
Class CheckerClassPath

java.lang.Object
  extended by org.jboss.ant.tasks.retrocheck.CheckerClassPath
All Implemented Interfaces:
javassist.ClassPath

public class CheckerClassPath
extends Object
implements javassist.ClassPath

CheckerClassPath.

Version:
$Revision: 33 $
Author:
Adrian Brock

Constructor Summary
CheckerClassPath(ClassLoader cl)
          Create a new CheckerClassPath.
 
Method Summary
 void close()
           
 URL find(String classname)
           
 InputStream openClassfile(String classname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckerClassPath

public CheckerClassPath(ClassLoader cl)
Create a new CheckerClassPath.

Parameters:
cl - the classloader
Method Detail

close

public void close()
Specified by:
close in interface javassist.ClassPath

find

public URL find(String classname)
Specified by:
find in interface javassist.ClassPath

openClassfile

public InputStream openClassfile(String classname)
                          throws javassist.NotFoundException
Specified by:
openClassfile in interface javassist.ClassPath
Throws:
javassist.NotFoundException


Copyright © 2005-2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.