|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
Digester class representing the entire expresso-services.xml file
| Constructor Summary | |
ExpressoServicesConfig()
Default Constructor |
|
| Method Summary | |
boolean |
equals(Object parm1)
Test for equality... two ExpressoServiceConfig objets are equal if all the components are the same and each ComponentConfig is completely equal. |
String |
getExpressoServicesFile()
Retrieve the currently set Expresso Services file. |
URL |
getExpressoServicesFileURL()
Retrieve the URL of the file that currently is set for the Expresso Services file. |
String |
getName()
Retrieve The 'name' of the runtime configuration. |
ComponentConfig |
getRootConfig()
Returns the Root of the ComponentConfig tree generated by the Digester. |
void |
initBlankContainer()
|
void |
loadExpressoServices()
Loads the ExpressoServices file. |
static ExpressoServicesConfig |
newBlankContainer()
|
protected void |
setDigesterRules(org.apache.commons.digester.Digester digester)
Set the rules for the digester TOTAL HACK WARNING! |
void |
setExpressoServicesFile(String fileName)
Set the filename of the expresso services file to load |
void |
setExpressoServicesFile(URL url)
Set the URL of the ExpressoServices File to load. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExpressoServicesConfig()
| Method Detail |
public static ExpressoServicesConfig newBlankContainer()
public void initBlankContainer()
public void loadExpressoServices()
public void setExpressoServicesFile(String fileName)
fileName - the file name to load the Expresso services file frompublic String getExpressoServicesFile()
public void setExpressoServicesFile(URL url)
url - the new URL for the services file.public URL getExpressoServicesFileURL()
protected void setDigesterRules(org.apache.commons.digester.Digester digester)
Set the rules for the digester
TOTAL HACK WARNING! Since Digester doesn't seem to allow recursive rules, we dynamically write rules for up to a maximum component depth of 20.
digester - the digester instance to use.public ComponentConfig getRootConfig()
public boolean equals(Object parm1)
parm1 - the object to compare against.
public String getName()
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||