All Methods Static Methods Concrete Methods 
| 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,?> props) | 
| static double | getDoubleProperty(String name,
                 double def,
                 Map<String,?> props) | 
| static int | getIntProperty(String propName,
              int def,
              Map<String,?> props) | 
| static long | getLongProperty(String propName,
               long def,
               Map<String,?> props) | 
| static String | getPasswordProperty(String propName,
                   String def,
                   Map<String,?> props,
                   String defaultMaskPassword,
                   String defaultPasswordCodec) | 
| static String | getStringProperty(String propName,
                 String def,
                 Map<String,?> props) | 
| static String | stringSetToCommaListString(Set<String> invalid) |