Uses of Class
aQute.bnd.header.Attrs
Packages that use Attrs
Package
Description
-
Uses of Attrs in aQute.bnd.build
Methods in aQute.bnd.build that return AttrsModifier and TypeMethodDescriptionWorkspace.getGestalt
(String part) Get the attrs for a gestalt partMethods in aQute.bnd.build with parameters of type AttrsModifier and TypeMethodDescriptionstatic void
Workspace.addGestalt
(String part, Attrs attrs) Add a gestalt to all workspaces.<T> aQute.bnd.result.Result
<List<T>> WorkspaceExternalPluginHandler.getImplementations
(Class<T> interf, Attrs attrs) Returns list of external plugin proxies that implement the given interface.Constructors in aQute.bnd.build with parameters of type Attrs -
Uses of Attrs in aQute.bnd.build.model.clauses
Fields in aQute.bnd.build.model.clauses declared as AttrsMethods in aQute.bnd.build.model.clauses that return AttrsConstructors in aQute.bnd.build.model.clauses with parameters of type AttrsModifierConstructorDescriptionExportedPackage
(String packageName, Attrs attribs) HeaderClause
(String name, Attrs attribs) ImportPattern
(String pattern, Attrs attributes) ServiceComponent
(String name, Attrs attribs) VersionedClause
(String name, Attrs attribs) -
Uses of Attrs in aQute.bnd.header
Fields in aQute.bnd.header declared as AttrsMethods in aQute.bnd.header that return AttrsModifier and TypeMethodDescriptionstatic Attrs
Deprecated.static Attrs
OSGiHeader.parseProperties
(String input) static Attrs
OSGiHeader.parseProperties
(String input, aQute.service.reporter.Reporter logger) Deprecated.Return a new Attrs that has only the attributes that match the predicate.Methods in aQute.bnd.header that return types with arguments of type AttrsMethods in aQute.bnd.header with parameters of type AttrsModifier and TypeMethodDescriptionvoid
boolean
Parameters.containsValue
(Attrs value) boolean
void
Merge the attributesvoid
Method parameters in aQute.bnd.header with type arguments of type AttrsModifier and TypeMethodDescriptionvoid
void
Parameters.putAllIfAbsent
(Map<? extends String, ? extends Attrs> map) Constructors in aQute.bnd.header with parameters of type Attrs -
Uses of Attrs in aQute.bnd.help.instructions
Methods in aQute.bnd.help.instructions that return Attrs -
Uses of Attrs in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return AttrsModifier and TypeMethodDescriptionstatic Attrs
Processor.doAttrbutes
(Object[] attrs, Clazz clazz, Macro macro) Parse the a=b strings and return a map of them.Instructions.get
(Instruction key) Deprecated.Packages.get
(Descriptors.PackageRef key) Packages.get
(Descriptors.PackageRef packageRef, Attrs deflt) Deprecated.Packages.getByBinaryName
(String s) Instructions.put
(Instruction key, Attrs value) Packages.put
(Descriptors.PackageRef ref) Packages.put
(Descriptors.PackageRef key, Attrs value) Instructions.remove
(Instruction var0) Deprecated.Packages.remove
(Descriptors.PackageRef var0) Deprecated.Methods in aQute.bnd.osgi that return types with arguments of type AttrsModifier and TypeMethodDescriptionInstructions.entrySet()
Packages.entrySet()
Domain.getBundleSymbolicName()
Domain.getFragmentHost()
aQute.bnd.stream.MapStream
<Instruction, Attrs> Instructions.matchesStream
(String value) Turn this Instructions into a map of File -> Attrs.aQute.bnd.stream.MapStream
<Instruction, Attrs> Instructions.stream()
aQute.bnd.stream.MapStream
<Descriptors.PackageRef, Attrs> Packages.stream()
Instructions.values()
Packages.values()
Methods in aQute.bnd.osgi with parameters of type AttrsModifier and TypeMethodDescriptionboolean
Instructions.containsValue
(Attrs value) boolean
Packages.containsValue
(Attrs value) protected <T> T
Processor.customize
(T plugin, Attrs map, PluginsContainer pluginsContainer) Set the initial parameters of a pluginPackages.get
(Descriptors.PackageRef packageRef, Attrs deflt) void
Packages.merge
(Descriptors.PackageRef ref, boolean unique, Attrs... attrs) Instructions.put
(Instruction key, Attrs value) Packages.put
(Descriptors.PackageRef key, Attrs value) Method parameters in aQute.bnd.osgi with type arguments of type AttrsModifier and TypeMethodDescriptionvoid
Instructions.putAll
(Map<? extends Instruction, ? extends Attrs> map) void
Packages.putAll
(Map<? extends Descriptors.PackageRef, ? extends Attrs> map) void
Packages.putAllIfAbsent
(Map<Descriptors.PackageRef, ? extends Attrs> map) -
Uses of Attrs in aQute.bnd.osgi.resource
Methods in aQute.bnd.osgi.resource that return AttrsMethods in aQute.bnd.osgi.resource with parameters of type AttrsModifier and TypeMethodDescriptionCapReqBuilder.addAttributes
(Attrs attrs) In bnd, we use one map for both directives invalid input: '&' attributes.void
CapReqBuilder.addAttributesOrDirectives
(Attrs attrs) In bnd, we use one map for both directives invalid input: '&' attributes.CapReqBuilder.addDirectives
(Attrs directives) void
ResourceBuilder.addExportPackage
(String name, Attrs attrs) void
ResourceBuilder.addExportPackage
(String name, Attrs attrs, String bundle_symbolic_name, org.osgi.framework.Version bundle_version) void
void
ResourceBuilder.addFragmentHost
(String bsn, Attrs attrs) org.osgi.resource.Requirement
ResourceBuilder.addImportPackage
(String name, Attrs attrs) org.osgi.resource.Capability
ResourceBuilder.addProvideCapability
(String namespace, Attrs attrs) void
ResourceBuilder.addRequireBundle
(String bsn, Attrs attrs) void
ResourceBuilder.addRequireCapability
(String namespace, String name, Attrs attrs) static CapReqBuilder
CapReqBuilder.createCapReqBuilder
(String namespace, Attrs attrs) static CapabilityBuilder
CapReqBuilder.createPackageCapability
(String name, Attrs attrs, String bundle_symbolic_name, org.osgi.framework.Version bundle_version) static RequirementBuilder
CapReqBuilder.createPackageRequirement
(String name, Attrs attrs, String versionRange) static org.osgi.resource.Capability
CapReqBuilder.getCapabilityFrom
(String namespace, Attrs attrs) static org.osgi.resource.Requirement
CapReqBuilder.getRequirementFrom
(String namespace, Attrs attrs) static org.osgi.resource.Requirement
CapReqBuilder.getRequirementFrom
(String namespace, Attrs attrs, boolean unalias) Constructors in aQute.bnd.osgi.resource with parameters of type Attrs