Package | Description |
---|---|
aQute.bnd.component | |
aQute.bnd.main | |
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 | Field and Description |
---|---|
(package private) java.util.List<Tag> |
ComponentDef.propertyTags |
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.
|
Tag |
ReferenceDef.getTag(Namespaces namespaces)
Calculate the tag.
|
Constructor and Description |
---|
TagResource(Tag tag) |
Modifier and Type | Method and Description |
---|---|
private Tag |
BaselineCommands.getTag(Baseline.Info info) |
private static Tag |
DiffCommand.getTagFrom(Diff diff,
boolean limited) |
private static Tag |
DiffCommand.getTagFrom(java.lang.String name,
Jar jar) |
Modifier and Type | Method and Description |
---|---|
private void |
bnd.doCoverage(Tag report,
org.w3c.dom.Document doc,
javax.xml.xpath.XPath xpath) |
private void |
bnd.doHtmlReport(Tag report,
java.io.File file,
org.w3c.dom.Document doc,
javax.xml.xpath.XPath xpath) |
private void |
bnd.doPerReport(Tag report,
java.io.File file)
Calculate the coverage if there is coverage info in the test file.
|
private int |
bnd.runtTest(java.io.File testFile,
Workspace ws,
java.io.File reportDir,
Tag summary)
Help function to run the tests
|
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 |
IconDef.getTag() |
(package private) Tag |
OCDDef.getTag() |
(package private) Tag |
OptionDef.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> atrributes) |
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.lang.String string)
Add a new content string.
|
Tag |
Tag.addContent(Tag tag)
Add a new content tag.
|
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) |