org.apache.xbean.finder
Class AnnotationFinder.SubArchive
java.lang.Object
org.apache.xbean.finder.AnnotationFinder.SubArchive
- All Implemented Interfaces:
- Iterable<Archive.Entry>, Archive
- Enclosing class:
- AnnotationFinder
public class AnnotationFinder.SubArchive
- extends Object
- implements Archive
| Nested classes/interfaces inherited from interface org.apache.xbean.finder.archive.Archive |
Archive.Entry |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationFinder.SubArchive
public AnnotationFinder.SubArchive(String... classes)
AnnotationFinder.SubArchive
public AnnotationFinder.SubArchive(Iterable<String> classes)
getBytecode
public InputStream getBytecode(String className)
throws IOException,
ClassNotFoundException
- Specified by:
getBytecode in interface Archive
- Throws:
IOException
ClassNotFoundException
loadClass
public Class<?> loadClass(String className)
throws ClassNotFoundException
- Specified by:
loadClass in interface Archive
- Throws:
ClassNotFoundException
iterator
public Iterator<Archive.Entry> iterator()
- Specified by:
iterator in interface Iterable<Archive.Entry>
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.