|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--calypso.util.ConfigUtils
Constructor Summary | |
ConfigUtils()
|
Method Summary | |
static java.util.Enumeration |
fileSearchURLs(java.lang.String aLocation,
java.lang.Class aBaseClass)
This is the standardized place for getting a list of URLs which you should search, in order, when trying to locate a resource which may be overridden by external files. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ConfigUtils()
Method Detail |
public static final java.util.Enumeration fileSearchURLs(java.lang.String aLocation, java.lang.Class aBaseClass)
aLocation
- The resource path for locating the resource in
its default location, a package. Use a full
name, like "/netscape/shell/imp/ShellConfig.xml".
Use a slash for the path separator character.aBaseClass
- A base class using the same classloader as
aLocation. That is, a class from the same .jar file.
Can be null if aLocation is a simple local system file.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |