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

    Modifier and Type
    Method
    Description
     
    void
     
  • Method Details

    • getContent

      String getContent()
    • shutdown

      void shutdown()