Class PlatformsPageProducer
java.lang.Object
org.sentrysoftware.maven.metricshub.connector.producer.PlatformsPageProducer
Utility class for producing the platforms page of the connectors directory.
-
Constructor Summary
ConstructorsConstructorDescriptionPlatformsPageProducer
(org.apache.maven.plugin.logging.Log logger, String platformSubdirectory) Constructor for the main platforms page producer. -
Method Summary
-
Constructor Details
-
PlatformsPageProducer
public PlatformsPageProducer(org.apache.maven.plugin.logging.Log logger, String platformSubdirectory) Constructor for the main platforms page producer.- Parameters:
logger
- The logger used for logging.platformSubdirectory
- The connector subdirectory name.
-
-
Method Details
-
produce
Produces the main platforms page report that lists all the platforms.- Parameters:
mainSink
- The main sink used for generating content.platforms
- The list of platforms to be listed as part of the report.
-