Search in sources :

Example 1 with Configurations

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();
}
Also used : CalSvcFactoryDefault(org.bedework.calsvci.CalSvcFactoryDefault) Configurations(org.bedework.calfacade.configs.Configurations)

Aggregations

Configurations (org.bedework.calfacade.configs.Configurations)1 CalSvcFactoryDefault (org.bedework.calsvci.CalSvcFactoryDefault)1