|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ideo.sweetdevria.config.Configurator
public class Configurator
Configurator.
Field Summary | |
---|---|
protected org.apache.commons.digester.Digester |
configDigester
The Digester used to produce RIAConfig object from a configuration files. |
static java.lang.String |
DEFAULT_CONFIG
Default config file. |
protected static org.apache.commons.logging.Log |
log
Commons Logging instance. |
Constructor Summary | |
---|---|
Configurator()
|
Method Summary | |
---|---|
IRIAConfig |
init(java.lang.String paths)
|
protected org.apache.commons.digester.Digester |
initConfigDigester()
|
protected IRIAConfig |
initModuleConfig(java.lang.String paths)
Initialize the application configuration information. |
protected void |
initModuleMessageResources(IRIAConfig config)
Initialize the application MessageResources. |
boolean |
isValidating()
Get the validating. |
void |
setValidating(boolean validating)
Set the validating. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_CONFIG
protected org.apache.commons.digester.Digester configDigester
protected static org.apache.commons.logging.Log log
Constructor Detail |
---|
public Configurator()
Method Detail |
---|
public boolean isValidating()
public void setValidating(boolean validating)
validating
- The validating to set.public IRIAConfig init(java.lang.String paths) throws java.lang.Exception
paths
-
java.lang.Exception
protected void initModuleMessageResources(IRIAConfig config) throws java.lang.Exception
Initialize the application MessageResources.
config
- RIAConfig information
java.lang.Exception
- if initialization cannot be performedprotected IRIAConfig initModuleConfig(java.lang.String paths) throws java.lang.Exception
paths
- Comma-separated list of resource path(s)
java.lang.Exception
- On problem during configuration initialisation.protected org.apache.commons.digester.Digester initConfigDigester() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |