Package | Description |
---|---|
aQute.bnd.component | |
aQute.bnd.make.coverage | |
aQute.bnd.make.metatype | |
aQute.bnd.maven | |
aQute.bnd.metatype | |
aQute.bnd.osgi.repository | |
aQute.bnd.xmlattribute | |
aQute.lib.tag |
Modifier and Type | Field and Description |
---|---|
(package private) Tag |
TagResource.tag |
Modifier and Type | Method and Description |
---|---|
Tag |
HeaderReader.createComponentTag(java.lang.String name,
java.lang.String impl,
java.util.Map<java.lang.String,java.lang.String> info) |
(package private) Tag |
ComponentDef.getTag()
Returns a tag describing the component element.
|
(package private) Tag |
ReferenceDef.getTag(Namespaces namespaces)
Calculate the tag.
|
Modifier and Type | Method and Description |
---|---|
(package private) java.util.stream.Stream<Tag> |
PropertiesDef.propertiesTags(java.lang.String element) |
(package private) java.util.stream.Stream<Tag> |
PropertyDef.propertyTags(java.lang.String element) |
Constructor and Description |
---|
TagResource(Tag tag) |
Modifier and Type | Method and Description |
---|---|
private static Tag |
CoverageResource.doMethod(Tag tag,
Clazz.MethodDef method) |
static Tag |
CoverageResource.toTag(java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>> catalog) |
Modifier and Type | Method and Description |
---|---|
private static Tag |
CoverageResource.doMethod(Tag tag,
Clazz.MethodDef method) |
Modifier and Type | Field and Description |
---|---|
(package private) Tag |
MetaTypeReader.designate |
(package private) Tag |
MetaTypeReader.metadata |
(package private) Tag |
MetaTypeReader.object |
(package private) Tag |
MetaTypeReader.ocd |
Modifier and Type | Method and Description |
---|---|
private Tag |
PomFromManifest.tagFromMap(Tag parent,
java.util.Map<java.lang.String,java.lang.String> values,
java.lang.String string,
java.lang.String tag,
java.lang.String object)
Utility function to print a tag from a map
|
private Tag |
PomResource.tagFromMap(Tag parent,
java.util.Map<java.lang.String,java.lang.String> attrs,
java.lang.String key,
java.lang.String tag,
java.lang.String defaultValue)
Utility function to print a tag from a map
|
Modifier and Type | Method and Description |
---|---|
private Tag |
PomFromManifest.tagFromMap(Tag parent,
java.util.Map<java.lang.String,java.lang.String> values,
java.lang.String string,
java.lang.String tag,
java.lang.String object)
Utility function to print a tag from a map
|
private Tag |
PomResource.tagFromMap(Tag parent,
java.util.Map<java.lang.String,java.lang.String> attrs,
java.lang.String key,
java.lang.String tag,
java.lang.String defaultValue)
Utility function to print a tag from a map
|
Modifier and Type | Field and Description |
---|---|
(package private) Tag |
TagResource.tag |
Modifier and Type | Method and Description |
---|---|
(package private) Tag |
DesignateDef.getInnerTag(Namespaces namespaces) |
(package private) Tag |
DesignateDef.getOuterTag() |
(package private) Tag |
OptionDef.getTag() |
(package private) Tag |
OCDDef.getTag() |
(package private) Tag |
IconDef.getTag() |
(package private) Tag |
ADDef.getTag(Namespaces namespaces) |
Constructor and Description |
---|
TagResource(Tag tag) |
Modifier and Type | Field and Description |
---|---|
private Tag |
XMLResourceGenerator.repository |
Modifier and Type | Method and Description |
---|---|
private void |
XMLResourceGenerator.attributes(Tag cr,
java.util.Map<java.lang.String,java.lang.Object> attributes) |
private void |
XMLResourceGenerator.directives(Tag cr,
java.util.Map<java.lang.String,java.lang.String> directives) |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionDef.addAttributes(Tag tag,
Namespaces namespaces) |
void |
Namespaces.addNamespaces(Tag tag) |
Modifier and Type | Field and Description |
---|---|
(package private) Tag |
Tag.parent |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.addAttribute(java.lang.String key,
java.util.Date value)
Add a new date attribute.
|
Tag |
Tag.addAttribute(java.lang.String key,
int value)
Add a new attribute.
|
Tag |
Tag.addAttribute(java.lang.String key,
java.lang.Object value)
Add a new attribute.
|
Tag |
Tag.addAttribute(java.lang.String key,
java.lang.String value)
Add a new attribute.
|
Tag |
Tag.addContent(java.util.Map<java.lang.String,?> map)
Add a new content tags.
|
Tag |
Tag.addContent(java.lang.String string)
Add a new content string.
|
Tag |
Tag.addContent(Tag tag)
Add a new content tag.
|
private static Tag |
Tag.convertDTO(java.lang.String rootName,
java.lang.String arrayElementName,
java.lang.Object dto,
boolean suffix) |
static Tag |
Tag.fromDTO(java.lang.String rootName,
java.lang.Object dto)
Convert the DTO object in arguments to a Tag object with
rootName
as name. |
static Tag |
Tag.fromDTO(java.lang.String rootName,
java.lang.String arrayElementName,
java.lang.Object dto)
Convert the DTO object in arguments to a Tag object with
rootName
as name. |
Tag |
Tag.print(int indent,
java.io.PrintWriter pw)
Print the tag formatted to a PrintWriter.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Tag> |
Tag.select(java.lang.String path)
root/preferences/native/os
|
java.util.Collection<Tag> |
Tag.select(java.lang.String path,
Tag mapping) |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.addContent(Tag tag)
Add a new content tag.
|
boolean |
Tag.match(java.lang.String search,
Tag child,
Tag mapping) |
(package private) void |
Tag.select(java.lang.String path,
java.util.List<Tag> results,
Tag mapping) |
java.util.Collection<Tag> |
Tag.select(java.lang.String path,
Tag mapping) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Tag.select(java.lang.String path,
java.util.List<Tag> results,
Tag mapping) |
Constructor and Description |
---|
Tag(Tag parent,
java.lang.String name,
java.lang.Object... contents) |
Tag(Tag parent,
java.lang.String name,
java.lang.Object content) |