Uses of Class
aQute.bnd.header.Attrs

Packages that use Attrs
aQute.bnd.build   
aQute.bnd.build.model.clauses   
aQute.bnd.build.model.conversions   
aQute.bnd.header   
aQute.bnd.indexer.analyzers   
aQute.bnd.osgi   
aQute.bnd.osgi.resource   
 

Uses of Attrs in aQute.bnd.build
 

Methods in aQute.bnd.build that return Attrs
 Attrs Workspace.getGestalt(String part)
          Get the attrs for a gestalt part
 

Methods in aQute.bnd.build with parameters of type Attrs
static void Workspace.addGestalt(String part, Attrs attrs)
          Add a gestalt to all workspaces.
 

Uses of Attrs in aQute.bnd.build.model.clauses
 

Fields in aQute.bnd.build.model.clauses declared as Attrs
protected  Attrs HeaderClause.attribs
           
 

Methods in aQute.bnd.build.model.clauses that return Attrs
 Attrs HeaderClause.getAttribs()
           
 

Constructors in aQute.bnd.build.model.clauses with parameters of type Attrs
ExportedPackage(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.build.model.conversions
 

Method parameters in aQute.bnd.build.model.conversions with type arguments of type Attrs
 VersionedClause VersionedClauseConverter.convert(Pair<String,Attrs> input)
           
 HeaderClause HeaderClauseConverter.convert(Pair<String,Attrs> input)
           
 

Constructor parameters in aQute.bnd.build.model.conversions with type arguments of type Attrs
ClauseListConverter(Converter<? extends R,? super Pair<String,Attrs>> itemConverter)
           
 

Uses of Attrs in aQute.bnd.header
 

Fields in aQute.bnd.header declared as Attrs
static Attrs Attrs.EMPTY_ATTRS
           
 

Methods in aQute.bnd.header that return Attrs
 Attrs Parameters.get(Object key)
          Deprecated. 
 Attrs Parameters.get(String key)
           
static Attrs OSGiHeader.parseProperties(String input)
           
static Attrs OSGiHeader.parseProperties(String input, Reporter logger)
           
 Attrs Parameters.put(String key, Attrs value)
           
 Attrs Parameters.remove(Object var0)
          Deprecated. 
 Attrs Parameters.remove(String var0)
           
 

Methods in aQute.bnd.header that return types with arguments of type Attrs
 Set<Map.Entry<String,Attrs>> Parameters.entrySet()
           
 Collection<Attrs> Parameters.values()
           
 

Methods in aQute.bnd.header with parameters of type Attrs
 void Parameters.add(String key, Attrs attrs)
           
 boolean Parameters.containsValue(Attrs value)
           
 boolean Attrs.isEqual(Attrs other)
           
 void Attrs.mergeWith(Attrs other, boolean override)
          Merge the attributes
 Attrs Parameters.put(String key, Attrs value)
           
 

Method parameters in aQute.bnd.header with type arguments of type Attrs
 void Parameters.putAll(Map<? extends String,? extends Attrs> map)
           
 void Parameters.putAllIfAbsent(Map<String,? extends Attrs> map)
           
 

Constructors in aQute.bnd.header with parameters of type Attrs
Attrs(Attrs... attrs)
           
 

Uses of Attrs in aQute.bnd.indexer.analyzers
 

Methods in aQute.bnd.indexer.analyzers with parameters of type Attrs
static void BundleAnalyzer.copyAttribsToBuilder(CapReqBuilder builder, Attrs attribs)
           
 

Uses of Attrs in aQute.bnd.osgi
 

Methods in aQute.bnd.osgi that return Attrs
static Attrs Processor.doAttrbutes(Object[] attrs, Clazz clazz, Macro macro)
          Parse the a=b strings and return a map of them.
 Attrs Packages.get(Descriptors.PackageRef key)
           
 Attrs Packages.get(Descriptors.PackageRef packageRef, Attrs deflt)
           
 Attrs Instructions.get(Instruction key)
           
 Attrs Packages.get(Object key)
          Deprecated. 
 Attrs Instructions.get(Object key)
          Deprecated. 
 Attrs Packages.getByBinaryName(String s)
           
 Attrs Packages.getByFQN(String s)
           
 Attrs Packages.put(Descriptors.PackageRef ref)
           
 Attrs Packages.put(Descriptors.PackageRef key, Attrs value)
           
 Attrs Instructions.put(Instruction key, Attrs value)
           
 Attrs Packages.remove(Descriptors.PackageRef var0)
           
 Attrs Instructions.remove(Instruction var0)
           
 Attrs Packages.remove(Object var0)
          Deprecated. 
 Attrs Instructions.remove(Object var0)
          Deprecated. 
 

Methods in aQute.bnd.osgi that return types with arguments of type Attrs
 Set<Map.Entry<Descriptors.PackageRef,Attrs>> Packages.entrySet()
           
 Set<Map.Entry<Instruction,Attrs>> Instructions.entrySet()
           
 Map.Entry<String,Attrs> Domain.getBundleSymbolicName()
           
 Map.Entry<String,Attrs> Domain.getFragmentHost()
           
 Map<File,Attrs> Instructions.select(File base)
          Turn this Instructions into a map of File -> Attrs.
 Collection<Attrs> Packages.values()
           
 Collection<Attrs> Instructions.values()
           
 

Methods in aQute.bnd.osgi with parameters of type Attrs
 boolean Packages.containsValue(Attrs value)
           
 boolean Instructions.containsValue(Attrs value)
           
protected
<T> T
Processor.customize(T plugin, Attrs map)
          Set the initial parameters of a plugin
 Attrs Packages.get(Descriptors.PackageRef packageRef, Attrs deflt)
           
 void Packages.merge(Descriptors.PackageRef ref, boolean unique, Attrs... attrs)
           
 Attrs Packages.put(Descriptors.PackageRef key, Attrs value)
           
 Attrs Instructions.put(Instruction key, Attrs value)
           
 

Method parameters in aQute.bnd.osgi with type arguments of type Attrs
 void Packages.putAll(Map<? extends Descriptors.PackageRef,? extends Attrs> map)
           
 void Instructions.putAll(Map<? extends Instruction,? 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 with parameters of type Attrs
static Requirement CapReqBuilder.getRequirementFrom(String namespace, Attrs attrs)
           
 

Constructors in aQute.bnd.osgi.resource with parameters of type Attrs
CapReqBuilder(String ns, Attrs attrs)
           
 



Copyright © 2014 aQute SARL. All rights reserved.