|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClientExt.edu.internet2.middleware.morphString.MorphPropertyFileUtils
public class MorphPropertyFileUtils
If you need a property file, this will help cache and retrieve properties.
Field Summary | |
---|---|
static String |
MORPH_STRING_PROPERTIES
property file resource name |
Constructor Summary | |
---|---|
MorphPropertyFileUtils()
|
Method Summary | |
---|---|
static Properties |
retrieveProperties()
retrieve a property from the properties file |
static Properties |
retrievePropertiesFromFile(String filePath)
retrieve a property from the properties file |
static boolean |
retrievePropertyBoolean(String key,
boolean defaultValue)
retrieve a property, it must exist in the properties file |
static String |
retrievePropertyString(String key)
retrieve a property, it must exist in the properties file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String MORPH_STRING_PROPERTIES
Constructor Detail |
---|
public MorphPropertyFileUtils()
Method Detail |
---|
public static boolean retrievePropertyBoolean(String key, boolean defaultValue)
key
- defaultValue
-
public static String retrievePropertyString(String key)
key
-
public static Properties retrieveProperties()
public static Properties retrievePropertiesFromFile(String filePath)
filePath
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |