Package com.adobe.acs.commons.filefetch
Interface FileFetcher
public interface FileFetcher
OSGi Service for fetching files from a remote source and caching them in AEM Assets.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoid
-
Method Details
-
getConfig
FileFetchConfiguration getConfig() -
getLastException
Exception getLastException() -
getLastModified
String getLastModified() -
isLastJobSucceeded
boolean isLastJobSucceeded() -
updateFile
- Throws:
IOExceptioncom.day.cq.replication.ReplicationException
-