Uses of Class
aQute.libg.parameters.Attributes
-
Packages that use Attributes Package Description aQute.libg.parameters -
-
Uses of Attributes in aQute.libg.parameters
Fields in aQute.libg.parameters declared as Attributes Modifier and Type Field Description static AttributesAttributes. EMPTY_ATTRSMethods in aQute.libg.parameters that return Attributes Modifier and Type Method Description static AttributesAttributes. create(java.lang.String key, java.lang.String value)AttributesAttributes. with(java.lang.String key, java.lang.String value)Methods in aQute.libg.parameters with parameters of type Attributes Modifier and Type Method Description booleanAttributes. isEqual(Attributes other)voidAttributes. mergeWith(Attributes other, boolean override)Merge the attributesvoidAttributes. putAll(Attributes attrs)Constructors in aQute.libg.parameters with parameters of type Attributes Constructor Description Attributes(Attributes attrs)Attributes(Attributes... attrs)
-