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 Attributes
Attributes. EMPTY_ATTRS
Methods in aQute.libg.parameters that return Attributes Modifier and Type Method Description static Attributes
Attributes. create(java.lang.String key, java.lang.String value)
Attributes
Attributes. with(java.lang.String key, java.lang.String value)
Methods in aQute.libg.parameters with parameters of type Attributes Modifier and Type Method Description boolean
Attributes. isEqual(Attributes other)
void
Attributes. mergeWith(Attributes other, boolean override)
Merge the attributesvoid
Attributes. putAll(Attributes attrs)
Constructors in aQute.libg.parameters with parameters of type Attributes Constructor Description Attributes(Attributes attrs)
Attributes(Attributes... attrs)
-