Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
Attrs |
Workspace.getGestalt(String part)
Get the attrs for a gestalt part
|
Modifier and Type | Method and Description |
---|---|
static void |
Workspace.addGestalt(String part,
Attrs attrs)
Add a gestalt to all workspaces.
|
Modifier and Type | Field and Description |
---|---|
protected Attrs |
HeaderClause.attribs |
Modifier and Type | Method and Description |
---|---|
Attrs |
HeaderClause.getAttribs() |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
VersionedClause |
VersionedClauseConverter.convert(Pair<String,Attrs> input) |
HeaderClause |
HeaderClauseConverter.convert(Pair<String,Attrs> input) |
Constructor and Description |
---|
ClauseListConverter(Converter<? extends R,? super Pair<String,Attrs>> itemConverter) |
Modifier and Type | Field and Description |
---|---|
static Attrs |
Attrs.EMPTY_ATTRS |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<String,Attrs>> |
Parameters.entrySet() |
Collection<Attrs> |
Parameters.values() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
Parameters.putAll(Map<? extends String,? extends Attrs> map) |
void |
Parameters.putAllIfAbsent(Map<String,? extends Attrs> map) |
Constructor and Description |
---|
Attrs(Attrs... attrs) |
Modifier and Type | Method and Description |
---|---|
static void |
BundleAnalyzer.copyAttribsToBuilder(CapReqBuilder builder,
Attrs attribs) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static org.osgi.resource.Requirement |
CapReqBuilder.getRequirementFrom(String namespace,
Attrs attrs) |
Constructor and Description |
---|
CapReqBuilder(String ns,
Attrs attrs) |
Copyright © 2015 aQute SARL. All rights reserved.