Package org.ofbiz.core.entity.util
Class PropertyUtils
java.lang.Object
org.ofbiz.core.entity.util.PropertyUtils
Utility class for methods that operate on Property instances.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PropertiescopyOf(Properties properties) Returns a copy of the given Properties instance.
-
Method Details
-
copyOf
Returns a copy of the given Properties instance.- Parameters:
properties- a Properties instance- Returns:
- a copy of the given Properties instance, or null
-