Uses of Class
aQute.bnd.osgi.BundleId
Packages that use BundleId
Package
Description
-
Uses of BundleId in aQute.bnd.build
Methods in aQute.bnd.build that return BundleIdMethods in aQute.bnd.build that return types with arguments of type BundleIdModifier and TypeMethodDescriptionSearch for a partial class name.Search for a class name inside particular package.Search for the bundles that export the given partialFqn.Search for the bundles that export the given class from the specified package.Methods in aQute.bnd.build with parameters of type BundleIdModifier and TypeMethodDescriptionprivate void
WorkspaceClassIndex.addLongestMatchingPackagePrefix
(String packageName, List<org.osgi.resource.Capability> caps, BundleId bundle, MultiMap<BundleId, String> result) private String
WorkspaceClassIndex.matchClassNameAgainstResource
(String binaryClassName, List<org.osgi.resource.Capability> caps, BundleId bundle, MultiMap<BundleId, String> result) Method parameters in aQute.bnd.build with type arguments of type BundleIdModifier and TypeMethodDescriptionprivate void
WorkspaceClassIndex.addLongestMatchingPackagePrefix
(String packageName, List<org.osgi.resource.Capability> caps, BundleId bundle, MultiMap<BundleId, String> result) private String
WorkspaceClassIndex.matchClassNameAgainstResource
(String binaryClassName, List<org.osgi.resource.Capability> caps, BundleId bundle, MultiMap<BundleId, String> result) -
Uses of BundleId in aQute.bnd.build.model
Methods in aQute.bnd.build.model with parameters of type BundleId -
Uses of BundleId in aQute.bnd.build.model.clauses
Constructors in aQute.bnd.build.model.clauses with parameters of type BundleId -
Uses of BundleId in aQute.bnd.osgi
Methods in aQute.bnd.osgi with parameters of type BundleId -
Uses of BundleId in aQute.bnd.osgi.resource
Methods in aQute.bnd.osgi.resource that return BundleIdModifier and TypeMethodDescriptionstatic BundleId
ResourceUtils.getBundleId
(org.osgi.resource.Resource resource)