public class CdiArchive extends Object implements org.apache.xbean.finder.archive.Archive
| Modifier and Type | Class and Description |
|---|---|
class |
CdiArchive.FoundClasses |
| Constructor and Description |
|---|
CdiArchive(BeanArchiveService beanArchiveService,
ClassLoader loader,
Map<String,URL> urls,
org.apache.xbean.finder.filter.Filter userFilter,
org.apache.xbean.finder.archive.Archive customArchive) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CdiArchive.FoundClasses> |
classesByUrl() |
InputStream |
getBytecode(String className) |
Iterator<org.apache.xbean.finder.archive.Archive.Entry> |
iterator() |
Class<?> |
loadClass(String className) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic CdiArchive(BeanArchiveService beanArchiveService, ClassLoader loader, Map<String,URL> urls, org.apache.xbean.finder.filter.Filter userFilter, org.apache.xbean.finder.archive.Archive customArchive)
public Map<String,CdiArchive.FoundClasses> classesByUrl()
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 © 2008–2020 The Apache Software Foundation. All rights reserved.