public class PropUtils extends Object
| Constructor and Description | 
|---|
PropUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
getProperty(Properties props,
           String property)  | 
static int | 
getPropertyAsInt(Properties props,
                String property)  | 
static int | 
getPropertyAsInt(Properties props,
                String property,
                Integer defaultValue)  | 
public static String getProperty(Properties props, String property)
public static int getPropertyAsInt(Properties props, String property)
public static int getPropertyAsInt(Properties props, String property, Integer defaultValue)
Copyright © 2011–2018. All rights reserved.