Package aQute.bnd.maven.reporter.plugin
Class Report
java.lang.Object
aQute.bnd.maven.reporter.plugin.Report
Report Mojo configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetScope()voidsetConfigName(String configName) voidvoidsetOutputFile(String outputFile) voidsetParameters(Map<String, String> parameters) voidvoidsetTemplateFile(String templateFile) voidsetTemplateType(String templateType) Convert this Mojo configuration into a bnd instruction.
-
Constructor Details
-
Report
public Report()
-
-
Method Details
-
getOutputFile
-
setOutputFile
-
getTemplateFile
-
setTemplateFile
-
getTemplateType
-
setTemplateType
-
getLocale
-
setLocale
-
getParameters
-
setParameters
-
getConfigName
-
setConfigName
-
getScope
-
setScope
-
toInstruction
Convert this Mojo configuration into a bnd instruction.- Returns:
- the bnd instruction content
- Throws:
org.apache.maven.plugin.MojoExecutionException- if a mandatory field is missing
-