use of org.bedework.calfacade.configs.Configurations in project bw-calendar-engine by Bedework.
the class RestoreGlobals method init.
/**
* @throws Throwable
*/
public void init() throws Throwable {
Configurations conf = new CalSvcFactoryDefault().getSystemConfig();
basicProps = conf.getBasicSystemProperties();
syspars = conf.getSystemProperties();
}
Aggregations