Uses of Class
aQute.lib.tag.Tag
-
Packages that use Tag 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 -
-
Uses of Tag in aQute.bnd.component
Fields in aQute.bnd.component declared as Tag Modifier and Type Field Description (package private) Tag
TagResource. tag
Fields in aQute.bnd.component with type parameters of type Tag Modifier and Type Field Description (package private) java.util.List<Tag>
ComponentDef. propertyTags
Methods in aQute.bnd.component that return Tag Modifier and Type Method 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.Constructors in aQute.bnd.component with parameters of type Tag Constructor Description TagResource(Tag tag)
-
Uses of Tag in aQute.bnd.main
Methods in aQute.bnd.main that return Tag Modifier and Type Method 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)
Methods in aQute.bnd.main with parameters of type Tag Modifier and Type Method 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 -
Uses of Tag in aQute.bnd.make.coverage
Methods in aQute.bnd.make.coverage that return Tag Modifier and Type Method 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)
Methods in aQute.bnd.make.coverage with parameters of type Tag Modifier and Type Method Description private static Tag
CoverageResource. doMethod(Tag tag, Clazz.MethodDef method)
-
Uses of Tag in aQute.bnd.make.metatype
Fields in aQute.bnd.make.metatype declared as Tag Modifier and Type Field Description (package private) Tag
MetaTypeReader. designate
(package private) Tag
MetaTypeReader. metadata
(package private) Tag
MetaTypeReader. object
(package private) Tag
MetaTypeReader. ocd
-
Uses of Tag in aQute.bnd.maven
Methods in aQute.bnd.maven that return Tag Modifier and Type Method 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 mapprivate 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 mapMethods in aQute.bnd.maven with parameters of type Tag Modifier and Type Method 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 mapprivate 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 -
Uses of Tag in aQute.bnd.metatype
Fields in aQute.bnd.metatype declared as Tag Modifier and Type Field Description (package private) Tag
TagResource. tag
Methods in aQute.bnd.metatype that return Tag Modifier and Type Method Description (package private) Tag
DesignateDef. getInnerTag(Namespaces namespaces)
(package private) Tag
DesignateDef. getOuterTag()
(package private) Tag
ADDef. getTag(Namespaces namespaces)
(package private) Tag
IconDef. getTag()
(package private) Tag
OCDDef. getTag()
(package private) Tag
OptionDef. getTag()
Constructors in aQute.bnd.metatype with parameters of type Tag Constructor Description TagResource(Tag tag)
-
Uses of Tag in aQute.bnd.osgi.repository
Fields in aQute.bnd.osgi.repository declared as Tag Modifier and Type Field Description private Tag
XMLResourceGenerator. repository
Methods in aQute.bnd.osgi.repository with parameters of type Tag Modifier and Type Method 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)
-
Uses of Tag in aQute.bnd.xmlattribute
Methods in aQute.bnd.xmlattribute with parameters of type Tag Modifier and Type Method Description void
ExtensionDef. addAttributes(Tag tag, Namespaces namespaces)
void
Namespaces. addNamespaces(Tag tag)
-
Uses of Tag in aQute.lib.tag
Fields in aQute.lib.tag declared as Tag Modifier and Type Field Description (package private) Tag
Tag. parent
Methods in aQute.lib.tag that return Tag Modifier and Type Method Description 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. addAttribute(java.lang.String key, java.util.Date value)
Add a new date attribute.Tag
Tag. addContent(Tag tag)
Add a new content tag.Tag
Tag. addContent(java.lang.String string)
Add a new content string.Tag
Tag. print(int indent, java.io.PrintWriter pw)
Print the tag formatted to a PrintWriter.Methods in aQute.lib.tag that return types with arguments of type Tag Modifier and Type Method Description java.util.Collection<Tag>
Tag. select(java.lang.String path)
root/preferences/native/osjava.util.Collection<Tag>
Tag. select(java.lang.String path, Tag mapping)
Methods in aQute.lib.tag with parameters of type Tag Modifier and Type Method Description Tag
Tag. addContent(Tag tag)
Add a new content tag.boolean
Tag. match(java.lang.String search, Tag child, Tag mapping)
java.util.Collection<Tag>
Tag. select(java.lang.String path, Tag mapping)
(package private) void
Tag. select(java.lang.String path, java.util.List<Tag> results, Tag mapping)
Method parameters in aQute.lib.tag with type arguments of type Tag Modifier and Type Method Description (package private) void
Tag. select(java.lang.String path, java.util.List<Tag> results, Tag mapping)
Constructors in aQute.lib.tag with parameters of type Tag Constructor Description Tag(Tag parent, java.lang.String name, java.lang.Object... contents)
-