Class MavenGroup
java.lang.Object
aQute.bnd.maven.MavenGroup
- All Implemented Interfaces:
BsnToMavenPath, Plugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]voidsetProperties(Map<String, String> map) Give the plugin the remaining properties.voidsetReporter(aQute.service.reporter.Reporter processor) Set the current reporter.
-
Constructor Details
-
MavenGroup
public MavenGroup()
-
-
Method Details
-
getGroupAndArtifact
- Specified by:
getGroupAndArtifactin interfaceBsnToMavenPath
-
setProperties
Description copied from interface:PluginGive the plugin the remaining properties. When a plugin is declared, the clause can contain extra properties. All the properties and directives are given to the plugin to use.- Specified by:
setPropertiesin interfacePlugin- Parameters:
map- attributes and directives for this plugin's clause
-
setReporter
public void setReporter(aQute.service.reporter.Reporter processor) Description copied from interface:PluginSet the current reporter. This is called at init time. This plugin should report all errors and warnings to this reporter.- Specified by:
setReporterin interfacePlugin- Parameters:
processor-
-