Uses of Interface
org.fcrepo.migration.foxml.URLFetcher
-
Packages that use URLFetcher Package Description org.fcrepo.migration.foxml -
-
Uses of URLFetcher in org.fcrepo.migration.foxml
Classes in org.fcrepo.migration.foxml that implement URLFetcher Modifier and Type Class Description classHttpClientURLFetcherMethods in org.fcrepo.migration.foxml with parameters of type URLFetcher Modifier and Type Method Description voidArchiveExportedFoxmlDirectoryObjectSource. setFetcher(URLFetcher fetcher)set the fetcher.voidNativeFoxmlDirectoryObjectSource. setFetcher(URLFetcher fetcher)set the fetcher.Constructors in org.fcrepo.migration.foxml with parameters of type URLFetcher Constructor Description FoxmlDirectoryDFSIterator(File root, InternalIDResolver resolver, URLFetcher fetcher, String localFedoraServer, FileFilter fileFilter)foxml directory DFS iterator with three parametersFoxmlDirectoryDFSIterator(File root, URLFetcher fetcher, String localFedoraServer, FileFilter fileFilter)foxml directory DFS iterator.FoxmlInputStreamFedoraObjectProcessor(File file, URLFetcher fetcher, InternalIDResolver resolver, String localFedoraServer)foxml input stream fedora object processor.URLCachedContent(URL url, URLFetcher fetcher)url cached content.
-