|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.ury.config.ConfigReader
public class ConfigReader
Reads in an XML config file and creates config objects
Constructor Summary | |
---|---|
ConfigReader(java.lang.String configFile)
Read in the config file and create the Database and Auth configuration objects. |
Method Summary | |
---|---|
Database |
getDatabase()
Get the database configuration |
Auth |
getRoAuth()
Get the read only login auth configuration |
Auth |
getRwAuth()
Get the read write login auth configuration |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigReader(java.lang.String configFile) throws MissingCredentialsException
MissingCredentialsException
Method Detail |
---|
public Database getDatabase()
public Auth getRoAuth()
public Auth getRwAuth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |