| Package | Description |
|---|---|
| aQute.bnd.make.coverage | |
| aQute.lib.osgi | |
| aQute.lib.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 |
|---|---|
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 © 2015 aQute SARL. All Rights Reserved.