be.destin.skos.core
Class SchemeFactory

java.lang.Object
  extended by be.destin.skos.core.SchemeFactory

public class SchemeFactory
extends java.lang.Object

Author:
Christophe Dupriez

Field Summary
static java.lang.String configExtension
           
 
Constructor Summary
SchemeFactory(SkosManager managerInstance)
           
 
Method Summary
 boolean loadConfig(java.lang.String schemeCode)
           
static java.util.Properties readPropertyFile(java.lang.String configFile)
           
 boolean reloadConfig(java.lang.String schemeCode)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configExtension

public static final java.lang.String configExtension
See Also:
Constant Field Values
Constructor Detail

SchemeFactory

public SchemeFactory(SkosManager managerInstance)
Method Detail

readPropertyFile

public static java.util.Properties readPropertyFile(java.lang.String configFile)

reloadConfig

public boolean reloadConfig(java.lang.String schemeCode)

loadConfig

public boolean loadConfig(java.lang.String schemeCode)