Uses of Class
dev.getelements.elements.sdk.util.PropertiesAttributes
Packages that use PropertiesAttributes
-
Uses of PropertiesAttributes in dev.getelements.elements.sdk.util
Methods in dev.getelements.elements.sdk.util that return PropertiesAttributesModifier and TypeMethodDescriptionstatic PropertiesAttributes
PropertiesAttributes.copyOf
(Attributes attributes) Takes a copy of the suppliedAttributes
and returns a newPropertiesAttributes
.static PropertiesAttributes
PropertiesAttributes.wrap
(Properties properties) Wraps the providedProperties
in an instance ofMutableAttributes
.