Uses of Class
aQute.bnd.osgi.BundleId
-
Packages that use BundleId Package Description aQute.bnd.build aQute.bnd.build.model aQute.bnd.build.model.clauses aQute.bnd.osgi aQute.bnd.osgi.resource -
-
Uses of BundleId in aQute.bnd.build
Methods in aQute.bnd.build that return BundleId Modifier and Type Method Description BundleId
Container. getBundleId()
Methods in aQute.bnd.build that return types with arguments of type BundleId Modifier and Type Method Description Result<java.util.Map<java.lang.String,java.util.List<BundleId>>,java.lang.String>
Workspace. search(java.lang.String partialFqn)
Search for a partial class name.(package private) Result<java.util.Map<java.lang.String,java.util.List<BundleId>>,java.lang.String>
WorkspaceClassIndex. search(java.lang.String partialFqn)
Search the bundles that contain the given partialFqn.Methods in aQute.bnd.build with parameters of type BundleId Modifier and Type Method Description private void
WorkspaceClassIndex. addLongestMatchingPackagePrefix(java.lang.String packageName, java.util.List<org.osgi.resource.Capability> caps, BundleId bundle, MultiMap<BundleId,java.lang.String> result)
private java.lang.String
WorkspaceClassIndex. matchClassNameAgainstResource(java.lang.String binaryClassName, java.util.List<org.osgi.resource.Capability> caps, BundleId bundle, MultiMap<BundleId,java.lang.String> result)
Method parameters in aQute.bnd.build with type arguments of type BundleId Modifier and Type Method Description private void
WorkspaceClassIndex. addLongestMatchingPackagePrefix(java.lang.String packageName, java.util.List<org.osgi.resource.Capability> caps, BundleId bundle, MultiMap<BundleId,java.lang.String> result)
private java.lang.String
WorkspaceClassIndex. matchClassNameAgainstResource(java.lang.String binaryClassName, java.util.List<org.osgi.resource.Capability> caps, BundleId bundle, MultiMap<BundleId,java.lang.String> result)
-
Uses of BundleId in aQute.bnd.build.model
Methods in aQute.bnd.build.model with parameters of type BundleId Modifier and Type Method Description void
BndEditModel. addPath(BundleId bundleId, java.lang.String header)
-
Uses of BundleId in aQute.bnd.build.model.clauses
Constructors in aQute.bnd.build.model.clauses with parameters of type BundleId Constructor Description VersionedClause(BundleId bundleId)
-
Uses of BundleId in aQute.bnd.osgi
Methods in aQute.bnd.osgi with parameters of type BundleId Modifier and Type Method Description int
BundleId. compareTo(BundleId other)
-
Uses of BundleId in aQute.bnd.osgi.resource
Methods in aQute.bnd.osgi.resource that return BundleId Modifier and Type Method Description static BundleId
ResourceUtils. getBundleId(org.osgi.resource.Resource resource)
-