Interface FileFetcher


public interface FileFetcher
OSGi Service for fetching files from a remote source and caching them in AEM Assets.
  • Method Details

    • getConfig

    • getLastException

      Exception getLastException()
    • getLastModified

      String getLastModified()
    • isLastJobSucceeded

      boolean isLastJobSucceeded()
    • updateFile

      void updateFile() throws IOException, com.day.cq.replication.ReplicationException
      Throws:
      IOException
      com.day.cq.replication.ReplicationException