Uses of Interface
org.apache.xbean.osgi.bundle.util.ResourceDiscoveryFilter
-
Packages that use ResourceDiscoveryFilter Package Description org.apache.xbean.finder org.apache.xbean.finder.archive org.apache.xbean.osgi.bundle.util -
-
Uses of ResourceDiscoveryFilter in org.apache.xbean.finder
Constructors in org.apache.xbean.finder with parameters of type ResourceDiscoveryFilter Constructor 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, java.util.Set<java.lang.String> paths) -
Uses of ResourceDiscoveryFilter in org.apache.xbean.finder.archive
Constructors in org.apache.xbean.finder.archive with parameters of type ResourceDiscoveryFilter Constructor Description BundleArchive(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 ResourceDiscoveryFilter Modifier and Type Class Description static classBundleResourceFinder.DummyDiscoveryFilterFields in org.apache.xbean.osgi.bundle.util declared as ResourceDiscoveryFilter Modifier and Type Field Description static ResourceDiscoveryFilterBundleResourceFinder. FULL_DISCOVERY_FILTERConstructors in org.apache.xbean.osgi.bundle.util with parameters of type ResourceDiscoveryFilter Constructor Description BundleResourceFinder(org.osgi.service.packageadmin.PackageAdmin packageAdmin, org.osgi.framework.Bundle bundle, java.lang.String prefix, java.lang.String suffix, ResourceDiscoveryFilter discoveryFilter)Set up a BundleResourceFinder The suffix may contain a path fragment, unlike the bundle.findEntries method.
-