public class UrlRepositoryContentFinder extends Object implements RepositoryContentFinder
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.
Constructor and Description |
---|
UrlRepositoryContentFinder(String url)
Creates a UrlRepositoryContentFinder.
|
protected final String url
public UrlRepositoryContentFinder(String url)
url
- URL of repositorypublic String getContent()
getContent
in interface RepositoryContentFinder
public void shutdown()
shutdown
in interface RepositoryContentFinder
Copyright © 2019 Hitachi Vantara. All rights reserved.