public class FilteredArchive extends Object implements Archive, AutoCloseable
Archive.Entry| Constructor and Description |
|---|
FilteredArchive(Archive archive,
Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputStream |
getBytecode(String className) |
Iterator<Archive.Entry> |
iterator() |
Class<?> |
loadClass(String className) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic InputStream getBytecode(String className) throws IOException, ClassNotFoundException
getBytecode in interface ArchiveIOExceptionClassNotFoundExceptionpublic Class<?> loadClass(String className) throws ClassNotFoundException
loadClass in interface ArchiveClassNotFoundExceptionpublic Iterator<Archive.Entry> iterator()
iterator in interface Iterable<Archive.Entry>public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2005–2025 The Apache Software Foundation. All rights reserved.