Uses of Class
aQute.bnd.header.Attrs
-
-
Uses of Attrs in aQute.bnd.build
Fields in aQute.bnd.build with type parameters of type Attrs Modifier and Type Field Description (package private) java.util.Map<java.io.File,Attrs>Project. sourcepathMethods in aQute.bnd.build that return Attrs Modifier and Type Method Description AttrsWorkspace. getGestalt(java.lang.String part)Get the attrs for a gestalt partMethods in aQute.bnd.build with parameters of type Attrs Modifier and Type Method Description static voidWorkspace. addGestalt(java.lang.String part, Attrs attrs)Add a gestalt to all workspaces.private voidProject. install(RepositoryPlugin repo, Processor context, java.io.File f, Attrs value)Method parameters in aQute.bnd.build with type arguments of type Attrs Modifier and Type Method Description (package private) java.util.Map<java.io.File,Resource>ProjectBuilder. doExports(java.util.Map<java.io.File,java.util.List<Attrs>> entries)Constructors in aQute.bnd.build with parameters of type Attrs Constructor Description Container(java.io.File file, DownloadBlocker db, Attrs attributes) -
Uses of Attrs in aQute.bnd.build.model.clauses
Fields in aQute.bnd.build.model.clauses declared as Attrs Modifier and Type Field Description protected AttrsHeaderClause. attribsMethods in aQute.bnd.build.model.clauses that return Attrs Modifier and Type Method Description AttrsHeaderClause. getAttribs()Constructors in aQute.bnd.build.model.clauses with parameters of type Attrs Constructor Description ExportedPackage(java.lang.String packageName, Attrs attribs)HeaderClause(java.lang.String name, Attrs attribs)ImportPattern(java.lang.String pattern, Attrs attributes)ServiceComponent(java.lang.String name, Attrs attribs)VersionedClause(java.lang.String name, Attrs attribs) -
Uses of Attrs in aQute.bnd.component
Fields in aQute.bnd.component with type parameters of type Attrs Modifier and Type Field Description private java.util.Map<MergedRequirement.FilterEffectivePair,Attrs>MergedRequirement. filterMapMethods in aQute.bnd.component with parameters of type Attrs Modifier and Type Method Description (package private) voidDSAnnotations.Options. process(DSAnnotations.VersionSettings anno, Attrs attrs)Method parameters in aQute.bnd.component with type arguments of type Attrs Modifier and Type Method Description (package private) static voidDSAnnotations.Options. parseOption(java.util.Map.Entry<java.lang.String,Attrs> entry, java.util.Set<DSAnnotations.Options> options, DSAnnotations.VersionSettings state) -
Uses of Attrs in aQute.bnd.connection.settings
Methods in aQute.bnd.connection.settings with parameters of type Attrs Modifier and Type Method Description private voidConnectionSettings. parseServer(Attrs value)Set the parameters from within, i.e. -
Uses of Attrs in aQute.bnd.exporter.subsystem
Method parameters in aQute.bnd.exporter.subsystem with type arguments of type Attrs 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 Attrs in aQute.bnd.header
Fields in aQute.bnd.header declared as Attrs Modifier and Type Field Description static AttrsAttrs. EMPTY_ATTRSFields in aQute.bnd.header with type parameters of type Attrs Modifier and Type Field Description private java.util.Map<java.lang.String,Attrs>Parameters. mapMethods in aQute.bnd.header that return Attrs Modifier and Type Method Description static AttrsAttrs. create(java.lang.String key, java.lang.String value)AttrsParameters. get(java.lang.Object key)Deprecated.AttrsParameters. get(java.lang.String key)static AttrsOSGiHeader. parseProperties(java.lang.String input)static AttrsOSGiHeader. parseProperties(java.lang.String input, Reporter logger)AttrsParameters. put(java.lang.String key, Attrs value)AttrsParameters. remove(java.lang.Object var0)Deprecated.AttrsParameters. remove(java.lang.String var0)AttrsAttrs. with(java.lang.String key, java.lang.String value)Methods in aQute.bnd.header that return types with arguments of type Attrs Modifier and Type Method Description java.util.Set<java.util.Map.Entry<java.lang.String,Attrs>>Parameters. entrySet()MapStream<java.lang.String,Attrs>Parameters. stream()java.util.Collection<Attrs>Parameters. values()Methods in aQute.bnd.header with parameters of type Attrs Modifier and Type Method Description voidParameters. add(java.lang.String key, Attrs attrs)booleanParameters. containsValue(Attrs value)booleanAttrs. isEqual(Attrs other)voidAttrs. mergeWith(Attrs other, boolean override)Merge the attributesAttrsParameters. put(java.lang.String key, Attrs value)voidAttrs. putAll(Attrs attrs)Method parameters in aQute.bnd.header with type arguments of type Attrs Modifier and Type Method Description voidParameters. putAll(java.util.Map<? extends java.lang.String,? extends Attrs> map)voidParameters. putAllIfAbsent(java.util.Map<java.lang.String,? extends Attrs> map)Constructors in aQute.bnd.header with parameters of type Attrs Constructor Description Attrs(Attrs attrs)Attrs(Attrs... attrs) -
Uses of Attrs in aQute.bnd.help
Fields in aQute.bnd.help declared as Attrs Modifier and Type Field Description (package private) AttrsAttrsHandler. attrsMethods in aQute.bnd.help with parameters of type Attrs Modifier and Type Method Description static <X> XAttrsHandler. getProperties(Attrs attrs, java.lang.Class<X> type)Constructors in aQute.bnd.help with parameters of type Attrs Constructor Description AttrsHandler(Attrs attrs) -
Uses of Attrs in aQute.bnd.help.instructions
Methods in aQute.bnd.help.instructions that return Attrs Modifier and Type Method Description AttrsProjectInstructions.GeneratorSpec. _attrs()AttrsProjectInstructions.StaleTest. _attrs() -
Uses of Attrs in aQute.bnd.main
Fields in aQute.bnd.main declared as Attrs Modifier and Type Field Description AttrsBaselineCommands.PSpec. attrsAttrsBaselineCommands.PSpec. uses -
Uses of Attrs in aQute.bnd.metatype
Methods in aQute.bnd.metatype with parameters of type Attrs Modifier and Type Method Description (package private) voidMetatypeAnnotations.Options. process(MetatypeAnnotations.VersionSettings settings, Attrs attrs)Method parameters in aQute.bnd.metatype with type arguments of type Attrs Modifier and Type Method Description (package private) static voidMetatypeAnnotations.Options. parseOption(java.util.Map.Entry<java.lang.String,Attrs> entry, java.util.Set<MetatypeAnnotations.Options> options, MetatypeAnnotations.VersionSettings state) -
Uses of Attrs in aQute.bnd.obr
Methods in aQute.bnd.obr with parameters of type Attrs Modifier and Type Method Description private static org.osgi.resource.CapabilityOBRFragment. toCapability(java.lang.String key, Attrs value)private static org.osgi.resource.CapabilityOBRFragment. toRequirement(java.lang.String key, Attrs value) -
Uses of Attrs in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as Attrs Modifier and Type Field Description private AttrsAnnotationHeaders.MetaAnnotationCollector. attributesAndDirectivesAttrsContracts.Contract. decoratorsFields in aQute.bnd.osgi with type parameters of type Attrs Modifier and Type Field Description (package private) static java.util.Map<Instruction,Attrs>Instructions. EMPTYprivate java.util.LinkedHashMap<Instruction,Attrs>Instructions. mapprivate java.util.Map<Descriptors.PackageRef,Attrs>Packages. mapMethods in aQute.bnd.osgi that return Attrs Modifier and Type Method Description static AttrsProcessor. doAttrbutes(java.lang.Object[] attrs, Clazz clazz, Macro macro)Parse the a=b strings and return a map of them.AttrsInstructions. get(Instruction key)AttrsInstructions. get(java.lang.Object key)Deprecated.AttrsPackages. get(Descriptors.PackageRef key)AttrsPackages. get(Descriptors.PackageRef packageRef, Attrs deflt)AttrsPackages. get(java.lang.Object key)Deprecated.private AttrsAnnotationHeaders. getAttributes(Annotation a, java.lang.String... ignores)AttrsPackages. getByBinaryName(java.lang.String s)AttrsPackages. getByFQN(java.lang.String s)(package private) AttrsAnalyzer. parsePackageinfo(Descriptors.PackageRef packageRef, Resource r)private AttrsAnalyzer. parsePackageInfoClass(Resource r)AttrsInstructions. put(Instruction key, Attrs value)AttrsPackages. put(Descriptors.PackageRef ref)AttrsPackages. put(Descriptors.PackageRef key, Attrs value)AttrsInstructions. remove(Instruction var0)AttrsInstructions. remove(java.lang.Object var0)Deprecated.AttrsPackages. remove(Descriptors.PackageRef var0)AttrsPackages. remove(java.lang.Object var0)Deprecated.Methods in aQute.bnd.osgi that return types with arguments of type Attrs Modifier and Type Method Description java.util.Set<java.util.Map.Entry<Instruction,Attrs>>Instructions. entrySet()java.util.Set<java.util.Map.Entry<Descriptors.PackageRef,Attrs>>Packages. entrySet()java.util.Map.Entry<java.lang.String,Attrs>Domain. getBundleSymbolicName()java.util.Map.Entry<java.lang.String,Attrs>Domain. getFragmentHost()MapStream<Instruction,Attrs>Instructions. matchesStream(java.lang.String value)java.util.Map<java.io.File,Attrs>Instructions. select(java.io.File base)Deprecated.java.util.Map<java.io.File,java.util.List<Attrs>>Instructions. select(java.io.File base, java.util.function.Function<java.lang.String,java.lang.String> mapper, java.util.Set<Instruction> missing)Turn this Instructions into a map of File -> Attrs.MapStream<Instruction,Attrs>Instructions. stream()MapStream<Descriptors.PackageRef,Attrs>Packages. stream()java.util.Collection<Attrs>Instructions. values()java.util.Collection<Attrs>Packages. values()Methods in aQute.bnd.osgi with parameters of type Attrs Modifier and Type Method Description booleanInstructions. containsValue(Attrs value)booleanPackages. containsValue(Attrs value)protected <T> TProcessor. customize(T plugin, Attrs map)Set the initial parameters of a pluginprivate voidAnnotationHeaders. directivesAndVersion(Attrs attrs, java.lang.String... directives)(package private) voidAnnotationHeaders. doAnnotatedAnnotation(Annotation annotation, Descriptors.TypeRef name, java.util.Set<java.lang.String> processed, Attrs baseAttrs)Handle the case where an annotation is annotated by one of our header annotations.(package private) voidAnalyzer. fixupAttributes(Descriptors.PackageRef packageRef, Attrs attributes)Fixup Attributes Execute any macros on an export andprivate voidAnalyzer. fixupOldStyleVersions(Attrs attrs)AttrsPackages. get(Descriptors.PackageRef packageRef, Attrs deflt)private java.lang.ObjectProcessor. loadPlugin(java.lang.ClassLoader loader, Attrs attrs, java.lang.String className, boolean ignoreError)Load a plugin and customize it.voidPackages. merge(Descriptors.PackageRef ref, boolean unique, Attrs... attrs)AttrsInstructions. put(Instruction key, Attrs value)AttrsPackages. put(Descriptors.PackageRef key, Attrs value)(package private) voidAnalyzer. removeAttributes(Attrs attributes)Remove the attributes mentioned in the REMOVE_ATTRIBUTE_DIRECTIVE.private voidAnnotationHeaders. replaceParameters(Attrs attrs)private voidVerifier. verify(Attrs attrs, java.lang.String ad, java.util.regex.Pattern pattern, boolean mandatory, java.lang.String msg, java.lang.String... args)(package private) voidVerifier. verifyAttrs(java.lang.String key, Attrs attrs)Method parameters in aQute.bnd.osgi with type arguments of type Attrs Modifier and Type Method Description voidInstructions. putAll(java.util.Map<? extends Instruction,? extends Attrs> map)voidPackages. putAll(java.util.Map<? extends Descriptors.PackageRef,? extends Attrs> map)voidPackages. putAllIfAbsent(java.util.Map<Descriptors.PackageRef,? extends Attrs> map)private JarAnalyzer. toJar(java.util.Map.Entry<java.lang.String,Attrs> host)Constructors in aQute.bnd.osgi with parameters of type Attrs Constructor Description MetaAnnotationCollector(Clazz c, Annotation annotation, java.util.Set<java.lang.String> processed, Attrs baseAttrs) -
Uses of Attrs in aQute.bnd.osgi.repository
Methods in aQute.bnd.osgi.repository with parameters of type Attrs Modifier and Type Method Description private voidAugmentRepository. createAugmentOperation(MultiMap<org.osgi.resource.Requirement,AugmentRepository.Augment> operations, java.lang.String bsn, Attrs attrs) -
Uses of Attrs in aQute.bnd.osgi.resource
Methods in aQute.bnd.osgi.resource that return Attrs Modifier and Type Method Description AttrsCapReqBuilder. toAttrs()Methods in aQute.bnd.osgi.resource with parameters of type Attrs Modifier and Type Method Description CapReqBuilderCapReqBuilder. addAttributes(Attrs attrs)In bnd, we use one map for both directives & attributes.voidCapReqBuilder. addAttributesOrDirectives(Attrs attrs)In bnd, we use one map for both directives & attributes.CapReqBuilderCapReqBuilder. addDirectives(Attrs directives)voidResourceBuilder. addExportPackage(java.lang.String name, Attrs attrs)voidResourceBuilder. addExportPackage(java.lang.String name, Attrs attrs, java.lang.String bundle_symbolic_name, org.osgi.framework.Version bundle_version)voidResourceBuilder.SafeResourceBuilder. addExportPackage(java.lang.String name, Attrs attrs)voidResourceBuilder.SafeResourceBuilder. addExportPackage(java.lang.String name, Attrs attrs, java.lang.String bundle_symbolic_name, org.osgi.framework.Version bundle_version)voidCapReqBuilder. addFilter(java.lang.String nameAttr, java.lang.String name, java.lang.String versionRange, Attrs attrs)voidResourceBuilder. addFragmentHost(java.lang.String bsn, Attrs attrs)voidResourceBuilder.SafeResourceBuilder. addFragmentHost(java.lang.String bsn, Attrs attrs)org.osgi.resource.RequirementResourceBuilder. addImportPackage(java.lang.String name, Attrs attrs)org.osgi.resource.RequirementResourceBuilder.SafeResourceBuilder. addImportPackage(java.lang.String name, Attrs attrs)org.osgi.resource.CapabilityResourceBuilder. addProvideCapability(java.lang.String namespace, Attrs attrs)org.osgi.resource.CapabilityResourceBuilder.SafeResourceBuilder. addProvideCapability(java.lang.String namespace, Attrs attrs)voidResourceBuilder. addRequireBundle(java.lang.String bsn, Attrs attrs)voidResourceBuilder.SafeResourceBuilder. addRequireBundle(java.lang.String bsn, Attrs attrs)voidResourceBuilder. addRequireCapability(java.lang.String namespace, java.lang.String name, Attrs attrs)voidResourceBuilder.SafeResourceBuilder. addRequireCapability(java.lang.String namespace, java.lang.String name, Attrs attrs)static CapReqBuilderCapReqBuilder. createCapReqBuilder(java.lang.String namespace, Attrs attrs)static CapabilityBuilderCapReqBuilder. createPackageCapability(java.lang.String name, Attrs attrs, java.lang.String bundle_symbolic_name, org.osgi.framework.Version bundle_version)static RequirementBuilderCapReqBuilder. createPackageRequirement(java.lang.String name, Attrs attrs, java.lang.String versionRange)private static voidResourceBuilder. doOr(FilterBuilder sb, java.lang.String key, java.lang.String attribute, Attrs attrs)static org.osgi.resource.CapabilityCapReqBuilder. getCapabilityFrom(java.lang.String namespace, Attrs attrs)static org.osgi.resource.RequirementCapReqBuilder. getRequirementFrom(java.lang.String namespace, Attrs attrs)static org.osgi.resource.RequirementCapReqBuilder. getRequirementFrom(java.lang.String namespace, Attrs attrs, boolean unalias)Constructors in aQute.bnd.osgi.resource with parameters of type Attrs Constructor Description CapReqBuilder(java.lang.String namespace, Attrs attrs) -
Uses of Attrs in aQute.bnd.plugin.jpms
Method parameters in aQute.bnd.plugin.jpms with type arguments of type Attrs Modifier and Type Method Description private ModuleInfoBuilderJPMSModuleInfoPlugin. nameAccessAndVersion(java.util.Map.Entry<java.lang.String,Attrs> instruction, Parameters requireCapability, Analyzer analyzer)private voidJPMSModuleInfoPlugin. requires(java.util.Map.Entry<java.lang.String,Attrs> instruction, Analyzer analyzer, Packages index, Parameters moduleInfoOptions, ModuleInfoBuilder builder) -
Uses of Attrs in aQute.bnd.remoteworkspace.server
Methods in aQute.bnd.remoteworkspace.server with parameters of type Attrs Modifier and Type Method Description (package private) voidRemoteWorkspaceServer.Instance. doPackage(Parameters extraPackages, Descriptors.PackageRef p, Attrs a)
-