Class PropertyUtils

java.lang.Object
com.google.code.yanf4j.util.PropertyUtils

public class PropertyUtils extends Object
java.util.Property utils
  • Constructor Details

    • PropertyUtils

      public PropertyUtils()
  • Method Details

    • getPropertyAsInteger

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

      public static String getProperty(Properties props, String name)
    • 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)