public class CompositeArchive extends Object implements Archive
Archive.Entry
Constructor and Description |
---|
CompositeArchive(Archive... archives) |
CompositeArchive(Iterable<Archive> archives) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getBytecode(String className) |
Iterator<Archive.Entry> |
iterator() |
Class<?> |
loadClass(String className) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
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
public Iterator<Archive.Entry> iterator()
iterator
in interface Iterable<Archive.Entry>
Copyright © 2005–2023. All rights reserved.