// Configuration of a glossary in properties file
//TODO: RH: improvement in case fileReads should slow down system
// implement a GlossaryObject with settings and glossItemList and cache this.
public Properties getGlossaryConfig(VFSContainer glossaryFolder){
Properties props = new Properties();
VFSLeaf glossProp = (VFSLeaf) glossaryFolder.resolve(GLOSSARY_CONFIG_PROPERTIES_FILE);
if(glossProp!=null){
try {
props.load(glossProp.getInputStream());
} catch (IOException e) {
logError("Properties in " + glossProp + " could not be read.", e);
}
} else {
//set default config