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
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 aQute.bnd.result.Result<java.util.Map<java.lang.String,java.util.List<BundleId>>>
Workspace. search(java.lang.String partialFqn)
Search for a partial class name.aQute.bnd.result.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. -
Uses of BundleId in aQute.bnd.build.api
Methods in aQute.bnd.build.api that return BundleId Modifier and Type Method Description BundleId
ArtifactInfo. 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 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)
-