Interface MetadataFetcher
-
- All Known Implementing Classes:
AbstractFetcher,ApacheFetcher,BasicApacheFetcher,UrlFetcher
public interface MetadataFetcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FetcherResponsefetch(List<URI> uriList)
-
-
-
Method Detail
-
fetch
FetcherResponse fetch(List<URI> uriList) throws LookupException, FileNotFoundException
- Throws:
LookupExceptionFileNotFoundException
-
-