Package mondrian.server
Class UrlRepositoryContentFinder
java.lang.Object
mondrian.server.UrlRepositoryContentFinder
- All Implemented Interfaces:
RepositoryContentFinder
- Direct Known Subclasses:
DynamicContentFinder
Implementation of
RepositoryContentFinder
that reads from a URL.
The URL might be a string representation of a URL
, such as 'file:/foo/bar/datasources.xml' or
'http://server/datasources.xml', but it might also be the mondrian-specific URL format 'inline:...'. The content
of an inline URL is the rest of the string after the 'inline:' prefix.
- Author:
- Julian Hyde
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCreates a UrlRepositoryContentFinder. -
Method Summary
-
Field Details
-
url
-
-
Constructor Details
-
UrlRepositoryContentFinder
Creates a UrlRepositoryContentFinder.- Parameters:
url
- URL of repository
-
-
Method Details
-
getContent
- Specified by:
getContent
in interfaceRepositoryContentFinder
-
shutdown
public void shutdown()- Specified by:
shutdown
in interfaceRepositoryContentFinder
-