org.apache.maven.reporting.exec
Class MavenReportExecution
java.lang.Object
  
org.apache.maven.reporting.exec.MavenReportExecution
public class MavenReportExecution
- extends Object
 
   Since maven 3 reporting plugin MavenReport are not anymore injected by maven core
   This class will store all necessary information for MavenReport execution :
   
 
 
 
   With this it's possible to execute the MavenReport generate with settings
   the current Thread classLoader first with classLoader
 
 
   This beans will be build by MavenReportExecutor.
 
- Since:
 
  - 3.0-beta-1
 
- Author:
 
  - Olivier Lamy
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MavenReportExecution
public MavenReportExecution(Plugin plugin,
                            MavenReport mavenReport,
                            ClassLoader classLoader)
MavenReportExecution
public MavenReportExecution(MavenReport mavenReport)
getMavenReport
public MavenReport getMavenReport()
 
setMavenReport
public void setMavenReport(MavenReport mavenReport)
 
getClassLoader
public ClassLoader getClassLoader()
 
setClassLoader
public void setClassLoader(ClassLoader classLoader)
 
setPlugin
public void setPlugin(Plugin plugin)
 
getPlugin
public Plugin getPlugin()
 
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.