B C D G L M O P R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- buildMavenReports(MavenReportExecutorRequest) - Method in class org.apache.maven.reporting.exec.DefaultMavenReportExecutor
- buildMavenReports(MavenReportExecutorRequest) - Method in interface org.apache.maven.reporting.exec.MavenReportExecutor
-
Build the
MavenReport
s, with associated forked executions if necessary. - buildReportPlugin(MavenReportExecutorRequest, ReportPlugin) - Method in class org.apache.maven.reporting.exec.DefaultMavenReportExecutor
C
- canGenerateReport() - Method in class org.apache.maven.reporting.exec.MavenReportExecution
-
execute Maven Report's
canGenerate()
with adequate classloader.
D
- DefaultMavenPluginManagerHelper - Class in org.apache.maven.reporting.exec
- DefaultMavenPluginManagerHelper() - Constructor for class org.apache.maven.reporting.exec.DefaultMavenPluginManagerHelper
- DefaultMavenReportExecutor - Class in org.apache.maven.reporting.exec
-
This component will build some
MavenReportExecution
fromMavenReportExecutorRequest
. - DefaultMavenReportExecutor() - Constructor for class org.apache.maven.reporting.exec.DefaultMavenReportExecutor
G
- getArtifactId() - Method in class org.apache.maven.reporting.exec.ReportPlugin
- getClassLoader() - Method in class org.apache.maven.reporting.exec.MavenReportExecution
- getConfiguration() - Method in class org.apache.maven.reporting.exec.ReportPlugin
- getConfiguration() - Method in class org.apache.maven.reporting.exec.ReportSet
- getGoal() - Method in class org.apache.maven.reporting.exec.MavenReportExecution
- getGroupId() - Method in class org.apache.maven.reporting.exec.ReportPlugin
- getId() - Method in class org.apache.maven.reporting.exec.ReportSet
- getLocalRepository() - Method in class org.apache.maven.reporting.exec.MavenReportExecutorRequest
- getMavenReport() - Method in class org.apache.maven.reporting.exec.MavenReportExecution
- getMavenSession() - Method in class org.apache.maven.reporting.exec.MavenReportExecutorRequest
- getPlugin() - Method in class org.apache.maven.reporting.exec.MavenReportExecution
- getPluginDescriptor(Plugin, MavenSession) - Method in class org.apache.maven.reporting.exec.DefaultMavenPluginManagerHelper
- getPluginDescriptor(Plugin, MavenSession) - Method in interface org.apache.maven.reporting.exec.MavenPluginManagerHelper
-
Helper for
MavenPluginManager#getPluginDescriptor(Plugin, List, xxx.aether.RepositorySystemSession)
- getProject() - Method in class org.apache.maven.reporting.exec.MavenReportExecutorRequest
- getReportPlugins() - Method in class org.apache.maven.reporting.exec.MavenReportExecutorRequest
- getReports() - Method in class org.apache.maven.reporting.exec.ReportPlugin
- getReports() - Method in class org.apache.maven.reporting.exec.ReportSet
- getReportSets() - Method in class org.apache.maven.reporting.exec.ReportPlugin
- getVersion() - Method in class org.apache.maven.reporting.exec.ReportPlugin
L
- lifecycleExecutor - Variable in class org.apache.maven.reporting.exec.DefaultMavenReportExecutor
M
- mavenPluginManager - Variable in class org.apache.maven.reporting.exec.DefaultMavenPluginManagerHelper
- mavenPluginManager - Variable in class org.apache.maven.reporting.exec.DefaultMavenReportExecutor
- mavenPluginManagerHelper - Variable in class org.apache.maven.reporting.exec.DefaultMavenReportExecutor
- MavenPluginManagerHelper - Interface in org.apache.maven.reporting.exec
-
MavenPluginManager
helper to deal with API changes between Maven 3.0.x and 3.1.x, ie switch from Sonatype Aether (inorg.sonatype.aether
package) to Eclipse Aether (inorg.eclipse.aether
package) for some parameters. - MavenReportExecution - Class in org.apache.maven.reporting.exec
-
Since Maven 3, reporting plugins (ie
MavenReport
s) are not anymore prepared by Maven core. - MavenReportExecution(String, Plugin, MavenReport, ClassLoader) - Constructor for class org.apache.maven.reporting.exec.MavenReportExecution
- MavenReportExecution(Plugin, MavenReport, ClassLoader) - Constructor for class org.apache.maven.reporting.exec.MavenReportExecution
- MavenReportExecution(MavenReport) - Constructor for class org.apache.maven.reporting.exec.MavenReportExecution
- MavenReportExecutor - Interface in org.apache.maven.reporting.exec
-
This component will prepare
MavenReport
s for later generation. - MavenReportExecutorRequest - Class in org.apache.maven.reporting.exec
-
Bean which contains necessary informations to build
MavenReportExecution
withMavenReportExecutor
: the intent is to store some informations regarding the current Maven execution. - MavenReportExecutorRequest() - Constructor for class org.apache.maven.reporting.exec.MavenReportExecutorRequest
O
- org.apache.maven.reporting.exec - package org.apache.maven.reporting.exec
P
- pluginVersionResolver - Variable in class org.apache.maven.reporting.exec.DefaultMavenReportExecutor
R
- ReportPlugin - Class in org.apache.maven.reporting.exec
-
Represents a reporting plugin and its execution configuration.
- ReportPlugin() - Constructor for class org.apache.maven.reporting.exec.ReportPlugin
- ReportSet - Class in org.apache.maven.reporting.exec
-
Represents a set of reports and a configuration to be used to generate them.
- ReportSet() - Constructor for class org.apache.maven.reporting.exec.ReportSet
- resolvePluginVersion(ReportPlugin, MavenReportExecutorRequest) - Method in class org.apache.maven.reporting.exec.DefaultMavenReportExecutor
-
Resolve report plugin version.
S
- setArtifactId(String) - Method in class org.apache.maven.reporting.exec.ReportPlugin
- setClassLoader(ClassLoader) - Method in class org.apache.maven.reporting.exec.MavenReportExecution
- setConfiguration(PlexusConfiguration) - Method in class org.apache.maven.reporting.exec.ReportPlugin
- setConfiguration(PlexusConfiguration) - Method in class org.apache.maven.reporting.exec.ReportSet
- setGroupId(String) - Method in class org.apache.maven.reporting.exec.ReportPlugin
- setId(String) - Method in class org.apache.maven.reporting.exec.ReportSet
- setLocalRepository(ArtifactRepository) - Method in class org.apache.maven.reporting.exec.MavenReportExecutorRequest
- setMavenReport(MavenReport) - Method in class org.apache.maven.reporting.exec.MavenReportExecution
- setMavenSession(MavenSession) - Method in class org.apache.maven.reporting.exec.MavenReportExecutorRequest
- setPlugin(Plugin) - Method in class org.apache.maven.reporting.exec.MavenReportExecution
- setProject(MavenProject) - Method in class org.apache.maven.reporting.exec.MavenReportExecutorRequest
- setReportPlugins(ReportPlugin[]) - Method in class org.apache.maven.reporting.exec.MavenReportExecutorRequest
-
Set the report plugin directly from
${project.reporting.plugins}
parameter value. - setReportPlugins(ReportPlugin[]) - Method in class org.apache.maven.reporting.exec.MavenReportExecutorRequest
- setReports(List<String>) - Method in class org.apache.maven.reporting.exec.ReportPlugin
- setReports(List<String>) - Method in class org.apache.maven.reporting.exec.ReportSet
- setReportSets(List<ReportSet>) - Method in class org.apache.maven.reporting.exec.ReportPlugin
- setupPluginRealm(PluginDescriptor, MavenSession, ClassLoader, List<String>, List<String>) - Method in class org.apache.maven.reporting.exec.DefaultMavenPluginManagerHelper
- setupPluginRealm(PluginDescriptor, MavenSession, ClassLoader, List<String>, List<String>) - Method in interface org.apache.maven.reporting.exec.MavenPluginManagerHelper
-
Helper for
MavenPluginManager#setupPluginRealm(PluginDescriptor, ..., List, xxx.aether.graph.DependencyFilter)
- setVersion(String) - Method in class org.apache.maven.reporting.exec.ReportPlugin
T
- toString() - Method in class org.apache.maven.reporting.exec.ReportPlugin
- toString() - Method in class org.apache.maven.reporting.exec.ReportSet
All Classes All Packages