Iterable<Archive.Entry>
AnnotationFinder.SubArchive
, BundleArchive
, ClassesArchive
, ClasspathArchive
, CompositeArchive
, FileArchive
, FilteredArchive
, JarArchive
public 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, spliterator
InputStream getBytecode(String className) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Class<?> loadClass(String className) throws ClassNotFoundException
ClassNotFoundException
Copyright © 2005–2018. All rights reserved.