|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.util.xml.UtilReader
This class reads configuration files for utilities, that are placed in /config/utils/.
| Field Summary | |
static java.lang.String |
CONFIG_UTILS
|
static java.lang.String |
DTD_UTIL
DTD respource filename of the most recent Utilities config DTD |
static java.lang.String |
DTD_UTIL_1_0
DTD resource filename of the Utilities config DTD version 1.0 |
static java.lang.String |
PUBLIC_ID_UTIL
Public ID of the most recent Utilities config DTD |
static java.lang.String |
PUBLIC_ID_UTIL_1_0
Public ID of the Utilities config DTD version 1.0 |
| Constructor Summary | |
UtilReader(java.lang.String filename)
|
|
| Method Summary | |
java.util.Map |
getProperties()
Get the properties of this utility. |
protected void |
readProperties(java.io.File f)
|
static void |
registerPublicIDs()
Register the Public Ids for DTDs used by UtilReader This method is called by XMLEntityResolver. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String CONFIG_UTILS
public static final java.lang.String PUBLIC_ID_UTIL_1_0
public static final java.lang.String DTD_UTIL_1_0
public static final java.lang.String PUBLIC_ID_UTIL
public static final java.lang.String DTD_UTIL
| Constructor Detail |
public UtilReader(java.lang.String filename)
filename - The name of the property file (e.g. httppost.xml).| Method Detail |
public static void registerPublicIDs()
public java.util.Map getProperties()
protected void readProperties(java.io.File f)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||