| Constructor and Description | 
|---|
| ConfigurationHelper() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Set<String> | checkKeys(Set<String> allowableKeys,
         Set<String> keys) | 
| static Set<String> | checkKeysExist(Set<String> requiredKeys,
              Set<String> keys) | 
| static boolean | getBooleanProperty(String propName,
                  boolean def,
                  Map<String,Object> props) | 
| static int | getIntProperty(String propName,
              int def,
              Map<String,Object> props) | 
| static long | getLongProperty(String propName,
               long def,
               Map<String,Object> props) | 
| static String | getStringProperty(String propName,
                 String def,
                 Map<String,Object> props) | 
| static String | stringSetToCommaListString(String msg,
                          Set<String> invalid) | 
public static final Logger log
public static String getStringProperty(String propName, String def, Map<String,Object> props)
public static long getLongProperty(String propName, long def, Map<String,Object> props)
public static boolean getBooleanProperty(String propName, boolean def, Map<String,Object> props)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.