Class Summary |
AbstractRecordImpl |
Abstract Record implementation combines the most common attributes of the record: file name and key. |
DbDirectRecordImpl |
Represents a db direct entry, with it's key, name-value pairs and parser class. |
DbJndiRecordImpl |
Represents a db jndi entry, with it's key, name-value pairs and parser class. |
ExternalRecordImpl |
Represents an external entry, with it's key, name-value pairs and parser class. |
JndiRecordImpl |
Represents a jndi entry, with it's key, name-value pairs and parser class. |
Log4JRecordImpl |
Represents a log4j entry, with it's key and log4j file name. |
MasterRecordImpl |
Parses config.xml file: properties file, log4j xml or log4j properties. |
NameValuePairImpl |
Simple value-pair class, follows the value object pattern. |
PropertyRecordImpl |
|
XmlRecordImpl |
|