Uses of Class
aQute.bnd.osgi.BundleId
-
Packages that use BundleId Package Description aQute.bnd.build aQute.bnd.build.api aQute.bnd.build.model aQute.bnd.build.model.clauses aQute.bnd.osgi aQute.bnd.osgi.resource -
-
Uses of BundleId in aQute.bnd.build
Fields in aQute.bnd.build declared as BundleId Modifier and Type Field Description (package private) BundleIdProjectBuilder.ArtifactInfoImpl. bundleIdMethods in aQute.bnd.build that return BundleId Modifier and Type Method Description BundleIdContainer. getBundleId()BundleIdProjectBuilder.ArtifactInfoImpl. 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>>>Workspace. search(java.lang.String partialFqn)Search for a partial class name.Result<java.util.Map<java.lang.String,java.util.List<BundleId>>>Workspace. search(java.lang.String packageName, java.lang.String className)Search for a class name inside particular package.(package private) Result<java.util.Map<java.lang.String,java.util.List<BundleId>>>WorkspaceClassIndex. search(java.lang.String partialFqn)Search for the bundles that export the given partialFqn.Result<java.util.Map<java.lang.String,java.util.List<BundleId>>>WorkspaceClassIndex. search(java.lang.String packageName, java.lang.String className)Search for the bundles that export the given class from the specified package.Methods in aQute.bnd.build with parameters of type BundleId Modifier and Type Method Description private voidWorkspaceClassIndex. addLongestMatchingPackagePrefix(java.lang.String packageName, java.util.List<org.osgi.resource.Capability> caps, BundleId bundle, MultiMap<BundleId,java.lang.String> result)private java.lang.StringWorkspaceClassIndex. 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 voidWorkspaceClassIndex. addLongestMatchingPackagePrefix(java.lang.String packageName, java.util.List<org.osgi.resource.Capability> caps, BundleId bundle, MultiMap<BundleId,java.lang.String> result)private java.lang.StringWorkspaceClassIndex. 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.api
Methods in aQute.bnd.build.api that return BundleId Modifier and Type Method Description BundleIdArtifactInfo. getBundleId()The bundle ID of the build bundle -
Uses of BundleId in aQute.bnd.build.model
Methods in aQute.bnd.build.model with parameters of type BundleId Modifier and Type Method Description voidBndEditModel. 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 intBundleId. 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 BundleIdResourceUtils. getBundleId(org.osgi.resource.Resource resource)
-