Iterable<Archive.Entry>AnnotationFinder.SubArchive, BundleArchive, ClassesArchive, ClasspathArchive, CompositeArchive, FileArchive, FilteredArchive, JarArchivepublic interface Archive extends Iterable<Archive.Entry>
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Archive.Entry |
| Modifier and Type | Method | Description |
|---|---|---|
InputStream |
getBytecode(String className) |
|
Class<?> |
loadClass(String className) |
forEach, iterator, spliteratorInputStream getBytecode(String className) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionClass<?> loadClass(String className) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2005–2018. All rights reserved.