|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.protomatter.syslog.xml.XMLConfigUtil
XML configuration utility.
Constructor Summary | |
XMLConfigUtil()
|
Method Summary | |
static XMLConfigHelper |
getConfigHelper(java.lang.Object o)
Get the helper class for the given object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLConfigUtil()
Method Detail |
public static XMLConfigHelper getConfigHelper(java.lang.Object o) throws java.lang.InstantiationException, java.lang.ClassNotFoundException, java.lang.IllegalAccessException
XMLConfigHelper
interface. This method takes the class of the given
object and looks for a helper class in an "xml"
package under the given object's package. The name of the
helper class is the same as the name of the object's class,
except it has "_Helper" appended to it.For example, the helper class name for "com.protomatter.syslog.FileLog" would be "com.protomatter.syslog.xml.FileLog_Helper".
|
Protomatter Classes v1.1.6 Copyright 1998-2001 Nate Sammons |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Protomatter Classes v1.1.6 | http://protomatter.sourceforge.net/1.1.6 |