org.apache.maven.plugin.plugin

Class PluginReport.PluginOverviewRenderer

static class PluginReport.PluginOverviewRenderer extends AbstractMavenReportRenderer

Generates an overview page with the list of goals and a link to the goal's page.
Constructor Summary
PluginOverviewRenderer(Sink sink, PluginDescriptor pluginDescriptor, Locale locale)
Method Summary
StringgetTitle()
voidrenderBody()

Constructor Detail

PluginOverviewRenderer

public PluginOverviewRenderer(Sink sink, PluginDescriptor pluginDescriptor, Locale locale)

Method Detail

getTitle

public String getTitle()

See Also: org.apache.maven.reporting.MavenReportRenderer#getTitle()

renderBody

public void renderBody()

See Also: org.apache.maven.reporting.AbstractMavenReportRenderer#renderBody()

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.