|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MondrianProperties.PropertySource
Represents a place that properties can be read from, and remembers the timestamp that we last read them.
Method Summary | |
---|---|
String |
getDescription()
Returns the description of this source, such as a filename or URL. |
boolean |
isStale()
Returns true if the source exists and has been modified since last time we called openStream() . |
InputStream |
openStream()
Opens an input stream from the source. |
Method Detail |
---|
InputStream openStream()
Also checks the 'last modified' time, which will determine whether
isStale()
returns true.
boolean isStale()
openStream()
.
String getDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |