public static interface MondrianPropertiesBase.PropertySource
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
InputStream openStream()
Also checks the 'last modified' time, which will determine whether
 isStale() returns true.
boolean isStale()
openStream().String getDescription()