Iterable<Archive.Entry>, Archivepublic class ClassesArchive extends Object implements Archive
Archive.Entry| Constructor | Description |
|---|---|
ClassesArchive(Class<?>... classes) |
|
ClassesArchive(Iterable<Class<?>> classes) |
| Modifier and Type | Method | Description |
|---|---|---|
InputStream |
getBytecode(String className) |
|
Iterator<Archive.Entry> |
iterator() |
|
Class<?> |
loadClass(String className) |
forEach, spliteratorpublic ClassesArchive(Class<?>... classes)
public Iterator<Archive.Entry> iterator()
iterator in interface Iterable<Archive.Entry>public InputStream getBytecode(String className) throws IOException, ClassNotFoundException
getBytecode in interface ArchiveIOExceptionClassNotFoundExceptionpublic Class<?> loadClass(String className) throws ClassNotFoundException
loadClass in interface ArchiveClassNotFoundExceptionCopyright © 2005–2018. All rights reserved.