|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.olap.MondrianPropertiesBase.UrlPropertySource
static class MondrianPropertiesBase.UrlPropertySource
Implementation of MondrianPropertiesBase.PropertySource which reads from a
URL.
| Constructor Summary | |
|---|---|
MondrianPropertiesBase.UrlPropertySource(URL url)
|
|
| 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 MondrianPropertiesBase.PropertySource.openStream(). |
InputStream |
openStream()
Opens an input stream from the source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
MondrianPropertiesBase.UrlPropertySource(URL url)
| Method Detail |
|---|
public InputStream openStream()
MondrianPropertiesBase.PropertySourceAlso checks the 'last modified' time, which will determine whether
MondrianPropertiesBase.PropertySource.isStale() returns true.
openStream in interface MondrianPropertiesBase.PropertySourcepublic boolean isStale()
MondrianPropertiesBase.PropertySourceMondrianPropertiesBase.PropertySource.openStream().
isStale in interface MondrianPropertiesBase.PropertySourcepublic String getDescription()
MondrianPropertiesBase.PropertySource
getDescription in interface MondrianPropertiesBase.PropertySource
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||