Package | Description |
---|---|
org.apache.xbean.finder | |
org.apache.xbean.finder.archive | |
org.apache.xbean.osgi.bundle.util |
Constructor and Description |
---|
BundleAnnotationFinder(org.osgi.service.packageadmin.PackageAdmin packageAdmin,
org.osgi.framework.Bundle bundle,
ResourceDiscoveryFilter discoveryFilter) |
BundleAnnotationFinder(org.osgi.service.packageadmin.PackageAdmin packageAdmin,
org.osgi.framework.Bundle bundle,
ResourceDiscoveryFilter discoveryFilter,
Set<String> paths) |
Constructor and Description |
---|
BundleArchive(org.osgi.service.packageadmin.PackageAdmin packageAdmin,
org.osgi.framework.Bundle bundle,
ResourceDiscoveryFilter discoveryFilter) |
Modifier and Type | Class and Description |
---|---|
static class |
BundleResourceFinder.DummyDiscoveryFilter |
Modifier and Type | Field and Description |
---|---|
static ResourceDiscoveryFilter |
BundleResourceFinder.FULL_DISCOVERY_FILTER |
Constructor and Description |
---|
BundleResourceFinder(org.osgi.service.packageadmin.PackageAdmin packageAdmin,
org.osgi.framework.Bundle bundle,
String prefix,
String suffix,
ResourceDiscoveryFilter discoveryFilter)
Set up a BundleResourceFinder
The suffix may contain a path fragment, unlike the bundle.findEntries method.
|
Copyright © 2005–2014. All rights reserved.