Uses of Class
aQute.lib.tag.Tag
-
Packages that use Tag 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 -
-
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
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.(package private) Tag
ReferenceDef. 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.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
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()
-
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> attributes)
private void
XMLResourceGenerator. directives(Tag cr, java.util.Map<java.lang.String,java.lang.String> directives)
private boolean
XMLResourceGenerator. 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 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. addContent(java.util.Map<java.lang.String,?> map)
Add a new content tags.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 withrootName
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 withrootName
as name.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 content)
Tag(Tag parent, java.lang.String name, java.lang.Object... contents)
-