Package aQute.bnd.maven.reporter.plugin
Class MavenProjectWrapper
java.lang.Object
aQute.bnd.maven.reporter.plugin.MavenProjectWrapper
This class is a wrapper from which report plugins will extract data.
-
Constructor Summary
ConstructorsConstructorDescriptionMavenProjectWrapper(List<org.apache.maven.project.MavenProject> projects, org.apache.maven.project.MavenProject projectBase) Constructor of the wrapper. -
Method Summary
-
Constructor Details
-
MavenProjectWrapper
public MavenProjectWrapper(List<org.apache.maven.project.MavenProject> projects, org.apache.maven.project.MavenProject projectBase) Constructor of the wrapper.- Parameters:
projects- the list of projects of the current sessionprojectBase- the current project
-
-
Method Details
-
getReportConfig
-
getProject
public org.apache.maven.project.MavenProject getProject()- Returns:
- the current project
-
getSubProjects
- Returns:
- the list of child project of the current project
-
getProjects
- Returns:
- the list of the project of the current session
-
isAggregator
public boolean isAggregator()- Returns:
- true if the current project is an aggregator
-