Uses of Interface
org.apache.xbean.osgi.bundle.util.ResourceDiscoveryFilter
Packages that use ResourceDiscoveryFilter
Package
Description
-
Uses of ResourceDiscoveryFilter in org.apache.xbean.finder
Constructors in org.apache.xbean.finder with parameters of type ResourceDiscoveryFilterModifierConstructorDescriptionBundleAnnotationFinder
(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) -
Uses of ResourceDiscoveryFilter in org.apache.xbean.finder.archive
Constructors in org.apache.xbean.finder.archive with parameters of type ResourceDiscoveryFilterModifierConstructorDescriptionBundleArchive
(org.osgi.service.packageadmin.PackageAdmin packageAdmin, org.osgi.framework.Bundle bundle, ResourceDiscoveryFilter discoveryFilter) -
Uses of ResourceDiscoveryFilter in org.apache.xbean.osgi.bundle.util
Classes in org.apache.xbean.osgi.bundle.util that implement ResourceDiscoveryFilterFields in org.apache.xbean.osgi.bundle.util declared as ResourceDiscoveryFilterModifier and TypeFieldDescriptionstatic final ResourceDiscoveryFilter
BundleResourceFinder.FULL_DISCOVERY_FILTER
Constructors in org.apache.xbean.osgi.bundle.util with parameters of type ResourceDiscoveryFilterModifierConstructorDescriptionBundleResourceFinder
(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.