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