Uses of Class
aQute.bnd.header.Attrs

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

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
 

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
 boolean Parameters.containsValue(Attrs value)
           
 boolean Attrs.isEqual(Attrs other)
           
 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.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()
           
 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)
           
 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)
           
 



Copyright © 2013 aQute SARL. All Rights Reserved.