Class PropertyUtils

java.lang.Object
org.ofbiz.core.entity.util.PropertyUtils

public class PropertyUtils extends Object
Utility class for methods that operate on Property instances.
  • Method Details

    • copyOf

      public static Properties copyOf(Properties properties)
      Returns a copy of the given Properties instance.
      Parameters:
      properties - a Properties instance
      Returns:
      a copy of the given Properties instance, or null