3.17. URL Fetcher
Note
This page is under construction.
- Plugin Key
plugin_url_fetcher_factory
- Plugin Value Type
- Plugin Value Format
The value is the fully qualified name of a Java class implementing the
org.lockss.plugin.UrlFetcherFactory
interface, which is a factory for theorg.lockss.plugin.UrlFetcher
interface.- Sample
<entry> <string>plugin_url_fetcher_factory</string> <string>edu.example.plugin.publisherx.PublisherXUrlFetcherFactory</string> </entry>
- Description
Under construction