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.exporter.subsystem aQute.bnd.main 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 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 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. methodsprivate MultiMap<java.lang.String,java.lang.String>PropertyDef. propertyMethods in aQute.bnd.component with parameters of type MultiMap Modifier and Type Method Description private voidDSAnnotations. 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.exporter.subsystem
Methods in aQute.bnd.exporter.subsystem with parameters of type MultiMap Modifier and Type Method Description private voidSubsystemExporter. set(java.util.jar.Attributes mainAttributes, java.lang.String key, MultiMap<java.lang.String,Attrs> multiMap) -
Uses of MultiMap in aQute.bnd.main
Methods in aQute.bnd.main with parameters of type MultiMap Modifier and Type Method Description private <T> java.util.Set<T>XRefCommand. flatten(MultiMap<T,T> packages)private voidXRefCommand. printxref(MultiMap<?,?> map, java.lang.String direction) -
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. apiUsesprivate MultiMap<Descriptors.PackageRef,Contracts.Contract>Contracts. contracted(package private) MultiMap<java.lang.String,java.lang.String>AnnotationHeaders. headersprivate MultiMap<java.util.Collection<Contracts.Contract>,Descriptors.PackageRef>Contracts. overlappingContractsprivate MultiMap<Descriptors.PackageRef,Descriptors.PackageRef>Analyzer. usesMethods 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 voidAugmentRepository. 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()MultiMap<V,K>MultiMap. transpose(boolean noduplicates)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
-