3.18. URL Consumer#

Note

This page is under construction.

Plugin Key

plugin_url_consumer_factory

Plugin Value Type

String

Plugin Value Format

The value is the fully qualified name of a Java class implementing the org.lockss.plugin.UrlConsumerFactory interface, which is a factory for the org.lockss.plugin.UrlConsumer interface.

Sample
<entry>
  <string>plugin_url_consumer_factory</string>
  <string>edu.example.plugin.publisherx.PublisherXUrlConsumerFactory</string>
</entry>
Description

Under construction