properties.put(propertyKey, propertyValue);
}
static void loadProperties(String path) {
csm.uttils.Archive propFile = new Archive(path);
String propString = propFile.readString();
Logger.getLogger(ConfigurationManager.class.getName()).debug("File: "
+ propFile.getFile().exists());
Logger.getLogger(ConfigurationManager.class.getName()).debug("File Path: "
+ propFile.getFile().getAbsolutePath());