|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
java.util.Properties
com.ebasetech.ufs.utility.MultiLevelProperties
com.ebasetech.ufs.utility.ResourceFileset
deals with Property files, that reference other resource files. e.g. name = myfile name.res = myfilename.xml
Nested Class Summary |
Nested classes inherited from class java.util.Hashtable |
Field Summary | |
private java.lang.String |
basePath
|
private java.lang.Class |
resourceBase
|
static java.lang.String |
resSuffix
|
Fields inherited from class java.util.Properties |
defaults |
Fields inherited from class java.util.Hashtable |
Constructor Summary | |
ResourceFileset(java.lang.Class resourceBase,
java.lang.String basePath)
|
Method Summary | |
java.io.InputStream |
getResourceInputStream(java.lang.String name)
|
java.lang.String |
getResourceText(java.lang.String name)
|
Methods inherited from class com.ebasetech.ufs.utility.MultiLevelProperties |
getFirstLevelNames, getProperryLevelName, getPropertyValue |
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static java.lang.String resSuffix
private java.lang.Class resourceBase
private java.lang.String basePath
Constructor Detail |
public ResourceFileset(java.lang.Class resourceBase, java.lang.String basePath)
resourceBase
- a class to base resource loading frombasePath
- and additional path to prefix filenames. null if the resourceBase is OKMethod Detail |
public java.io.InputStream getResourceInputStream(java.lang.String name)
public java.lang.String getResourceText(java.lang.String name) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |