|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.modules.misc.configstore.filesystem.FileConfigStoreModuleInitializer
public class FileConfigStoreModuleInitializer
The initializer is used to setup the file system storage provider and to register the providers at the configfactory.
The directories are specified in the report configuration at boot time. If an directory name starts with "~/", the users home directory is used as base directory for that string.
Field Summary | |
---|---|
static String |
SYSTEM_BASEDIR_CONFIG_KEY
The configuration key that specifies the base directory for the system configuration storage. |
static String |
USER_BASEDIR_CONFIG_KEY
The configuration key that specifies the base directory for the user configuration storage. |
Constructor Summary | |
---|---|
FileConfigStoreModuleInitializer()
DefaultConstructor. |
Method Summary | |
---|---|
void |
performInit()
Performs the module initialization and registers the storage providers at the config factory. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String USER_BASEDIR_CONFIG_KEY
public static final String SYSTEM_BASEDIR_CONFIG_KEY
Constructor Detail |
---|
public FileConfigStoreModuleInitializer()
Method Detail |
---|
public void performInit() throws org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
performInit
in interface org.pentaho.reporting.libraries.base.boot.ModuleInitializer
org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
- if an error occures
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |