Package com.janeirodigital.shapetrees.core.contentloaders


package com.janeirodigital.shapetrees.core.contentloaders
  • Class
    Description
    Utility class which allows an external document loader to be set by calling code, and then utilized by other code that doesn't require special knowledge of specific document loader implementations.
    Interface defining how a remote document can be loaded and its contents extracted.
    Simple HTTP implementation of ExternalDocumentLoader provided as an example as well as for its utility in unit tests.