Class ConnectorPageProducer
java.lang.Object
org.sentrysoftware.maven.metricshub.connector.producer.ConnectorPageProducer
Utility class for producing the connector page.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ConnectorPageProducer
public ConnectorPageProducer()
-
-
Method Details
-
produce
public void produce(org.apache.maven.doxia.sink.Sink sink, Map<String, List<String>> supersededMap, List<String> enterpriseConnectorIds) Produces a report page for the current connector and generates the corresponding sink for documentation output. This method generates a table with connector information, adding a new column to indicate if a connector is an enterprise connector.- Parameters:
sink
- The sink used for generating content.supersededMap
- Map of superseded connectors.enterpriseConnectorIds
- List of IDs for enterprise connectors.
-