Package mondrian.server
Interface RepositoryContentFinder
-
- All Known Implementing Classes:
DynamicContentFinder
,StringRepositoryContentFinder
,UrlRepositoryContentFinder
public interface RepositoryContentFinder
Callback to get the content of the repository as an XML string.Various implementations might use caching or storage in media other than a file system.
- Author:
- Julian Hyde
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getContent()
void
shutdown()
-
-
-
Method Detail
-
getContent
String getContent()
-
shutdown
void shutdown()
-
-