org.jboss.ant.tasks.retrocheck
Class CheckerClassPath
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckerClassPath
public CheckerClassPath(ClassLoader cl)
- Create a new CheckerClassPath.
- Parameters:
cl
- the classloader
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.