public class AnnotationFinder.SubArchive extends Object implements Archive
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationFinder.SubArchive.E |
Archive.Entry| Constructor and Description |
|---|
AnnotationFinder.SubArchive(Iterable<String> classes) |
AnnotationFinder.SubArchive(String... classes) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getBytecode(String className) |
Iterator<Archive.Entry> |
iterator() |
Class<?> |
loadClass(String className) |
public AnnotationFinder.SubArchive(String... classes)
public InputStream getBytecode(String className) throws IOException, ClassNotFoundException
getBytecode in interface ArchiveIOExceptionClassNotFoundExceptionpublic Class<?> loadClass(String className) throws ClassNotFoundException
loadClass in interface ArchiveClassNotFoundExceptionpublic Iterator<Archive.Entry> iterator()
iterator in interface Iterable<Archive.Entry>Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.