|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.lanl.Pids.ConfigFileHelper

| Constructor Summary | |
ConfigFileHelper()
|
|
| Method Summary | |
java.lang.String |
getEntry(java.lang.String aConfigFileNameOrUrl,
java.lang.String aTag)
reads a config file entry that is marked by the specified tag and returns the data that follows the tag and '=' character Example: str = getEntry("afile.cfg", "ImageDirectory") afile.cfg ImageDirectory = \images -> str = \images |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConfigFileHelper()
| Method Detail |
public java.lang.String getEntry(java.lang.String aConfigFileNameOrUrl,
java.lang.String aTag)
aConfigFileNameOrUrl - the name of the config fileaTag - the tag identifying the config file entry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||