Class PropertiesUtils


  • public class PropertiesUtils
    extends Object
    Utilities for Properties.
    Author:
    DigitalSonic
    • Constructor Detail

      • PropertiesUtils

        public PropertiesUtils()
    • Method Detail

      • loadProperties

        public static Properties loadProperties​(String file)
        Load properties from the given file into Properties.
      • loadNameList

        public static List<String> loadNameList​(Properties properties,
                                                String propertyPrefix)
        Pick the name of a JDBC url. Such as xxx.url, xxx is the name.