|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--vc.util.PropertyLoader
PropertyLoader is the utility class to load the constants read from the properties file and set them to the variables of the files that hold configuration inforation
Constructor Summary | |
PropertyLoader()
|
Method Summary | |
static void |
loadPropertiesForClient(java.lang.String propertyFileName,
Logger logger)
Reads the properties from a properties file using Java resource bundle and then sets thst information to the variables in the ClientConstants class that holds the configuration informaion of the VersionControl client. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyLoader()
Method Detail |
public static void loadPropertiesForClient(java.lang.String propertyFileName, Logger logger) throws java.lang.Throwable
propertyFileName
- name of the properties file from which the
data will be extracted using resource bundlelogger
- Logger instance to set the logging properties
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |