Class PropertyUtils


  • public class PropertyUtils
    extends Object
    java.util.Property utils
    Author:
    dennis
    • Constructor Detail

      • PropertyUtils

        public PropertyUtils()
    • Method Detail

      • getPropertyAsInteger

        public static int getPropertyAsInteger​(Properties props,
                                               String propName)
      • getPropertyAsBoolean

        public static boolean getPropertyAsBoolean​(Properties props,
                                                   String name)
      • getPropertyAsLong

        public static long getPropertyAsLong​(Properties props,
                                             String name)
      • getPropertyAsShort

        public static short getPropertyAsShort​(Properties props,
                                               String name)
      • getPropertyAsByte

        public static byte getPropertyAsByte​(Properties props,
                                             String name)