|
Class Summary |
| BeanInfoEx |
An abstract BeanInfo implementation that automatically constructs
PropertyDescriptors and handles i18n through ResourceBundles. |
| BeanUtils |
A utility class that provides methods that are useful for dealing with
Java Beans. |
| Config |
|
| DataUnformatFilter |
Filter for removing formatting from data- or field-oriented XML.
|
| Logging |
Example:
Logging logger = new Logging(m_rootPath + "\\log\\", "DSServer");
String logInfo =
"\n==============\n" +
new Date().toString() + " " +
"DataSourceEditorServer started at port " +
port + "\n";
logger.saveLogbyDate(logInfo); |
| XMLFilterBase |
Adds convenience methods to base SAX2 Filter implementation.
|
| XMLProperties |
Provides the the ability to use simple XML property files. |