public class WebappAggregatedArchive extends Object implements org.apache.xbean.finder.archive.Archive, ScanConstants
| Modifier and Type | Class and Description |
|---|---|
static class |
WebappAggregatedArchive.ScanXmlSaverFilter |
SCAN_XML, SCAN_XML_NAME, SCAN_XML_PROPERTY| Constructor and Description |
|---|
WebappAggregatedArchive(ClassLoader classLoader,
Map<String,Object> altDDs,
Collection<URL> xmls) |
WebappAggregatedArchive(Module module,
Iterable<URL> urls) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getBytecode(String className) |
Map<URL,List<String>> |
getClassesMap() |
Iterator<org.apache.xbean.finder.archive.Archive.Entry> |
iterator() |
Class<?> |
loadClass(String className) |
public WebappAggregatedArchive(ClassLoader classLoader, Map<String,Object> altDDs, Collection<URL> xmls)
public InputStream getBytecode(String className) throws IOException, ClassNotFoundException
getBytecode in interface org.apache.xbean.finder.archive.ArchiveIOExceptionClassNotFoundExceptionpublic Class<?> loadClass(String className) throws ClassNotFoundException
loadClass in interface org.apache.xbean.finder.archive.ArchiveClassNotFoundExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.