public static final class FinderFactory.DebugArchive extends Object implements org.apache.xbean.finder.archive.Archive
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getBytecode(String s) |
Iterator<org.apache.xbean.finder.archive.Archive.Entry> |
iterator() |
Class<?> |
loadClass(String s) |
public Iterator<org.apache.xbean.finder.archive.Archive.Entry> iterator()
public InputStream getBytecode(String s) throws IOException, ClassNotFoundException
getBytecode in interface org.apache.xbean.finder.archive.ArchiveIOExceptionClassNotFoundExceptionpublic Class<?> loadClass(String s) throws ClassNotFoundException
loadClass in interface org.apache.xbean.finder.archive.ArchiveClassNotFoundExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.