|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectXMLConfigDigester
public class XMLConfigDigester
Digester to consume the app-schema AppSchemaDataAccessFactory
configuration file.
Field Summary | |
---|---|
protected InterpolationProperties |
properties
Properties |
Constructor Summary | |
---|---|
XMLConfigDigester()
Creates a new XMLConfigReader object. |
|
XMLConfigDigester(InterpolationProperties properties)
Creates a new XMLConfigReader object. |
Method Summary | |
---|---|
AppSchemaDataAccessDTO |
parse(URL dataStoreConfigUrl)
Parses a complex datastore configuration file in xml format into a AppSchemaDataAccessDTO |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected InterpolationProperties properties
Constructor Detail |
---|
public XMLConfigDigester()
public XMLConfigDigester(InterpolationProperties properties)
properties
- Properties to use for interpolationMethod Detail |
---|
public AppSchemaDataAccessDTO parse(URL dataStoreConfigUrl) throws IOException
AppSchemaDataAccessDTO
dataStoreConfigUrl
- config file location
IOException
- if an error occurs parsing the file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |