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) TagTagResource. tagMethods in aQute.bnd.component that return Tag Modifier and Type Method Description TagHeaderReader. createComponentTag(java.lang.String name, java.lang.String impl, java.util.Map<java.lang.String,java.lang.String> info)(package private) TagComponentDef. getTag()Returns a tag describing the component element.(package private) TagReferenceDef. getTag(Namespaces namespaces)Calculate the tag.Methods in aQute.bnd.component that return types with arguments of type Tag Modifier and Type Method 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)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 TagBaselineCommands. getTag(Baseline.Info info)private static TagDiffCommand. getTagFrom(Diff diff, boolean limited)private static TagDiffCommand. getTagFrom(java.lang.String name, Jar jar)Methods in aQute.bnd.main with parameters of type Tag Modifier and Type Method Description private voidbnd. doCoverage(Tag report, org.w3c.dom.Document doc, javax.xml.xpath.XPath xpath)private voidbnd. doHtmlReport(Tag report, java.io.File file, org.w3c.dom.Document doc, javax.xml.xpath.XPath xpath)private voidbnd. doPerReport(Tag report, java.io.File file)Calculate the coverage if there is coverage info in the test file.private intbnd. runTest(java.io.File testFile, java.lang.String[] tests, Workspace testws, 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 TagCoverageResource. doMethod(Tag tag, Clazz.MethodDef method)static TagCoverageResource. 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 TagCoverageResource. 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) TagMetaTypeReader. designate(package private) TagMetaTypeReader. metadata(package private) TagMetaTypeReader. object(package private) TagMetaTypeReader. ocd -
Uses of Tag in aQute.bnd.maven
Methods in aQute.bnd.maven that return Tag Modifier and Type Method Description private TagPomFromManifest. 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 TagPomResource. 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 TagPomFromManifest. 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 TagPomResource. 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
Methods in aQute.bnd.metatype that return Tag Modifier and Type Method Description (package private) TagDesignateDef. getInnerTag(Namespaces namespaces)(package private) TagDesignateDef. getOuterTag()(package private) TagADDef. getTag(Namespaces namespaces)(package private) TagIconDef. getTag()(package private) TagOCDDef. getTag()(package private) TagOptionDef. getTag() -
Uses of Tag in aQute.bnd.osgi.repository
Fields in aQute.bnd.osgi.repository declared as Tag Modifier and Type Field Description private TagXMLResourceGenerator. repositoryMethods in aQute.bnd.osgi.repository with parameters of type Tag Modifier and Type Method Description private voidXMLResourceGenerator. attributes(Tag cr, java.util.Map<java.lang.String,java.lang.Object> attributes)private voidXMLResourceGenerator. directives(Tag cr, java.util.Map<java.lang.String,java.lang.String> directives)private booleanXMLResourceGenerator. isContent(Tag cr) -
Uses of Tag in aQute.bnd.xmlattribute
Methods in aQute.bnd.xmlattribute with parameters of type Tag Modifier and Type Method Description voidExtensionDef. addAttributes(Tag tag, Namespaces namespaces)voidNamespaces. 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) TagTag. parentMethods in aQute.lib.tag that return Tag Modifier and Type Method Description TagTag. addAttribute(java.lang.String key, int value)Add a new attribute.TagTag. addAttribute(java.lang.String key, java.lang.Object value)Add a new attribute.TagTag. addAttribute(java.lang.String key, java.lang.String value)Add a new attribute.TagTag. addAttribute(java.lang.String key, java.util.Date value)Add a new date attribute.TagTag. addContent(Tag tag)Add a new content tag.TagTag. addContent(java.lang.String string)Add a new content string.TagTag. addContent(java.util.Map<java.lang.String,?> map)Add a new content tags.private static TagTag. convertDTO(java.lang.String rootName, java.lang.String arrayElementName, java.lang.Object dto, boolean suffix)static TagTag. fromDTO(java.lang.String rootName, java.lang.Object dto)Convert the DTO object in arguments to a Tag object withrootNameas name.static TagTag. fromDTO(java.lang.String rootName, java.lang.String arrayElementName, java.lang.Object dto)Convert the DTO object in arguments to a Tag object withrootNameas name.TagTag. 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 TagTag. addContent(Tag tag)Add a new content tag.booleanTag. match(java.lang.String search, Tag child, Tag mapping)java.util.Collection<Tag>Tag. select(java.lang.String path, Tag mapping)(package private) voidTag. 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) voidTag. 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 content)Tag(Tag parent, java.lang.String name, java.lang.Object... contents)
-