|
jbpm-form-modeler-common 1.0-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.formModeler.service.bb.commons.config.ConfigurationManager
public class ConfigurationManager
Cross-platform class containing some useful information regarding the application like the application install directory or information about the release build number.
| Method Summary | |
|---|---|
void |
clear()
Description of the Method |
String |
getBaseAppDirectory()
Gets the baseAppDirectory attribute of the ConfigurationManager object |
String |
getBaseCfgDirectory()
Gets the baseCfgDirectory attribute of the ConfigurationManager object |
Factory |
getGlobalFactory()
|
Object |
getParameter(String sectionId,
String param)
|
boolean |
load(ConfigurationLoader loader)
Description of the Method |
void |
setBaseAppDirectory(String newBaseAppDirectory)
Sets the baseAppDirectory attribute of the ConfigurationManager object |
void |
setBaseCfgDirectory(String newBaseCfgDirectory)
Sets the baseCfgDirectory attribute of the ConfigurationManager object |
void |
setGlobalFactory(Factory globalFactory)
|
static ConfigurationManager |
singleton()
Description of the Method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void clear()
public String getBaseAppDirectory()
public String getBaseCfgDirectory()
public Object getParameter(String sectionId,
String param)
throws ParameterNotFoundException
ParameterNotFoundException
public boolean load(ConfigurationLoader loader)
throws Exception
loader - Description of the Parameter
Exception - Description of the Exceptionpublic void setBaseAppDirectory(String newBaseAppDirectory)
newBaseAppDirectory - The new baseAppDirectory valuepublic void setBaseCfgDirectory(String newBaseCfgDirectory)
newBaseCfgDirectory - The new baseCfgDirectory valuepublic static ConfigurationManager singleton()
public Factory getGlobalFactory()
public void setGlobalFactory(Factory globalFactory)
|
jbpm-form-modeler-common 1.0-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||