Uses of Class
aQute.lib.collections.MultiMap
-
Packages that use MultiMap Package Description aQute.bnd.build aQute.bnd.component aQute.bnd.differ This package provides baseline support.aQute.bnd.osgi aQute.bnd.osgi.repository aQute.bnd.resource.repository aQute.lib.collections aQute.lib.dot aQute.libg.remote.source -
-
Uses of MultiMap in aQute.bnd.build
Methods in aQute.bnd.build with parameters of type MultiMap 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 MultiMap in aQute.bnd.component
Fields in aQute.bnd.component declared as MultiMap Modifier and Type Field Description (package private) MultiMap<java.lang.String,Clazz.MethodDef>
DSAnnotationReader. methods
private MultiMap<java.lang.String,java.lang.String>
PropertyDef. property
Methods in aQute.bnd.component with parameters of type MultiMap Modifier and Type Method Description private void
DSAnnotations. makeUnique(MultiMap<java.lang.String,ComponentDef> definitionsByName, ComponentDef definition)
-
Uses of MultiMap in aQute.bnd.differ
Fields in aQute.bnd.differ declared as MultiMap Modifier and Type Field Description (package private) MultiMap<Descriptors.PackageRef,Element>
JavaElement. packages
-
Uses of MultiMap in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as MultiMap Modifier and Type Field Description private MultiMap<Descriptors.PackageRef,Descriptors.PackageRef>
Analyzer. apiUses
private MultiMap<Descriptors.PackageRef,Contracts.Contract>
Contracts. contracted
(package private) MultiMap<java.lang.String,java.lang.String>
AnnotationHeaders. headers
private MultiMap<java.util.Collection<Contracts.Contract>,Descriptors.PackageRef>
Contracts. overlappingContracts
private MultiMap<Descriptors.PackageRef,Descriptors.PackageRef>
Analyzer. uses
Methods in aQute.bnd.osgi with parameters of type MultiMap Modifier and Type Method Description private java.util.Set<Instruction>
Builder. doExpand(Jar jar, MultiMap<java.lang.String,Jar> index, Instructions filter)
Destructively filter the packages from the build up index. -
Uses of MultiMap in aQute.bnd.osgi.repository
Methods in aQute.bnd.osgi.repository with parameters of type MultiMap Modifier and Type Method Description private void
AugmentRepository. createAugmentOperation(MultiMap<org.osgi.resource.Requirement,AugmentRepository.Augment> operations, java.lang.String bsn, Attrs attrs)
-
Uses of MultiMap in aQute.bnd.resource.repository
Fields in aQute.bnd.resource.repository declared as MultiMap Modifier and Type Field Description (package private) MultiMap<java.io.File,RepositoryPlugin.DownloadListener>
ResourceRepositoryImpl. queues
-
Uses of MultiMap in aQute.lib.collections
Methods in aQute.lib.collections that return MultiMap Modifier and Type Method Description MultiMap<V,K>
MultiMap. transpose()
Constructors in aQute.lib.collections with parameters of type MultiMap Constructor Description MultiMap(MultiMap<S,T> other)
-
Uses of MultiMap in aQute.lib.dot
Fields in aQute.lib.dot declared as MultiMap Modifier and Type Field Description (package private) MultiMap<DOT.Edge,DOT.Attribute>
DOT. edgeAttributes
(package private) MultiMap<Vertex,DOT.Attribute>
DOT. vertexAttributes
-
Uses of MultiMap in aQute.libg.remote.source
Fields in aQute.libg.remote.source declared as MultiMap Modifier and Type Field Description private MultiMap<java.lang.String,java.io.File>
SourceFS. shas
-