| Constructor and Description |
|---|
ClassesArchive(Class<?>... classes) |
ClassesArchive(Iterable<Class<?>> classes) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getBytecode(String className) |
Iterator<String> |
iterator() |
Class<?> |
loadClass(String className) |
public ClassesArchive(Class<?>... classes)
public InputStream getBytecode(String className) throws IOException, ClassNotFoundException
getBytecode in interface ArchiveIOExceptionClassNotFoundExceptionpublic Class<?> loadClass(String className) throws ClassNotFoundException
loadClass in interface ArchiveClassNotFoundExceptionCopyright © 2005-2012. All Rights Reserved.