Class UrlRepositoryContentFinder

  • All Implemented Interfaces:
    RepositoryContentFinder
    Direct Known Subclasses:
    DynamicContentFinder

    public class UrlRepositoryContentFinder
    extends Object
    implements RepositoryContentFinder
    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