org.apache.maven.reporting.exec
Class ReportPlugin
java.lang.Object
org.apache.maven.reporting.exec.ReportPlugin
public class ReportPlugin
- extends Object
Represents a reporting plugin and its executions. It basically contains similar informations
as a Plugin
, but in order to decouple reporting stuff from core, some values are copied.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportPlugin
public ReportPlugin()
getGroupId
public String getGroupId()
setGroupId
public void setGroupId(String groupId)
getArtifactId
public String getArtifactId()
setArtifactId
public void setArtifactId(String artifactId)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getConfiguration
public org.codehaus.plexus.configuration.PlexusConfiguration getConfiguration()
setConfiguration
public void setConfiguration(org.codehaus.plexus.configuration.PlexusConfiguration configuration)
getReportSets
public List<ReportSet> getReportSets()
setReportSets
public void setReportSets(List<ReportSet> reportSets)
getReports
public List<String> getReports()
setReports
public void setReports(List<String> reports)
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.