*
* @throws ModuleInitializeException if an error ocurred.
*/
public void performInit() throws ModuleInitializeException
{
final ConfigFactory factory = ConfigFactory.getInstance();
factory.defineUserStorage
(new Java14ConfigStorage(Preferences.userNodeForPackage(MasterReport.class)));
factory.defineSystemStorage
(new Java14ConfigStorage(Preferences.systemNodeForPackage(MasterReport.class)));
}