|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.StylesheetSet.OrderedProps
class StylesheetSet.OrderedProps
COPIED FROM XALAN SOURCE Stores the keys and values from a file (similar to a properties file) and can return the first value which has a key contained in its string. File can have comment lines starting with '#" and for each line the entries are separated by tabs and '=' char.
Field Summary | |
---|---|
private java.util.Vector |
attVec
Stores the Key and Values as an array of Strings |
Constructor Summary | |
---|---|
StylesheetSet.OrderedProps(java.io.InputStream inputStream)
Constructor. |
Method Summary | |
---|---|
(package private) java.lang.String |
getValue(java.lang.String s)
Iterates through the Key list and returns the first value for whose key the given string contains. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.Vector attVec
Constructor Detail |
---|
StylesheetSet.OrderedProps(java.io.InputStream inputStream) throws java.io.IOException
inputStream
- Stream containing the properties file.
java.io.IOException
- Thrown if unable to read from streamMethod Detail |
---|
java.lang.String getValue(java.lang.String s)
s
- String being searched for a key.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |