org.apache.xbean.finder.archive
Class BundleArchive
java.lang.Object
org.apache.xbean.finder.archive.BundleArchive
- All Implemented Interfaces:
- Iterable<Archive.Entry>, Archive
public class BundleArchive
- extends Object
- implements Archive
TODO Unfinished
- Version:
- $Rev$ $Date$
| Nested classes/interfaces inherited from interface org.apache.xbean.finder.archive.Archive |
Archive.Entry |
|
Constructor Summary |
BundleArchive(org.osgi.service.packageadmin.PackageAdmin packageAdmin,
org.osgi.framework.Bundle bundle)
|
BundleArchive(org.osgi.service.packageadmin.PackageAdmin packageAdmin,
org.osgi.framework.Bundle bundle,
org.apache.xbean.osgi.bundle.util.ResourceDiscoveryFilter discoveryFilter)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundleArchive
public BundleArchive(org.osgi.service.packageadmin.PackageAdmin packageAdmin,
org.osgi.framework.Bundle bundle)
throws Exception
- Throws:
Exception
BundleArchive
public BundleArchive(org.osgi.service.packageadmin.PackageAdmin packageAdmin,
org.osgi.framework.Bundle bundle,
org.apache.xbean.osgi.bundle.util.ResourceDiscoveryFilter discoveryFilter)
throws Exception
- Throws:
Exception
iterator
public Iterator<Archive.Entry> iterator()
- Specified by:
iterator in interface Iterable<Archive.Entry>
getBytecode
public InputStream getBytecode(String className)
throws IOException,
ClassNotFoundException
- Specified by:
getBytecode in interface Archive
- Throws:
IOException
ClassNotFoundException
loadClass
public Class<?> loadClass(String s)
throws ClassNotFoundException
- Specified by:
loadClass in interface Archive
- Throws:
ClassNotFoundException
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.