| Package | Description |
|---|---|
| aQute.bnd.component | |
| aQute.bnd.make.coverage | |
| aQute.bnd.metatype | |
| aQute.bnd.xmlattribute | |
| aQute.lib.tag |
| Modifier and Type | Method and Description |
|---|---|
Tag |
HeaderReader.createComponentTag(String name,
String impl,
Map<String,String> info) |
| Constructor and Description |
|---|
TagResource(Tag tag) |
| Modifier and Type | Method and Description |
|---|---|
static Tag |
CoverageResource.toTag(Map<Clazz.MethodDef,List<Clazz.MethodDef>> catalog) |
| Constructor and Description |
|---|
TagResource(Tag tag) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionDef.addAttributes(Tag tag,
Namespaces namespaces) |
void |
Namespaces.addNamespaces(Tag tag) |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.addAttribute(String key,
Date value)
Add a new date attribute.
|
Tag |
Tag.addAttribute(String key,
int value)
Add a new attribute.
|
Tag |
Tag.addAttribute(String key,
Object value)
Add a new attribute.
|
Tag |
Tag.addAttribute(String key,
String value)
Add a new attribute.
|
Tag |
Tag.addContent(String string)
Add a new content string.
|
Tag |
Tag.addContent(Tag tag)
Add a new content tag.
|
Tag |
Tag.print(int indent,
PrintWriter pw)
Print the tag formatted to a PrintWriter.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Tag> |
Tag.select(String path)
root/preferences/native/os
|
Collection<Tag> |
Tag.select(String path,
Tag mapping) |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.addContent(Tag tag)
Add a new content tag.
|
boolean |
Tag.match(String search,
Tag child,
Tag mapping) |
Collection<Tag> |
Tag.select(String path,
Tag mapping) |
| Constructor and Description |
|---|
Tag(Tag parent,
String name,
Object... contents) |
Copyright © 2019 aQute SARL. All rights reserved.