Package aQute.bnd.maven
Class MavenGroup
- java.lang.Object
-
- aQute.bnd.maven.MavenGroup
-
- All Implemented Interfaces:
BsnToMavenPath
,Plugin
public class MavenGroup extends java.lang.Object implements BsnToMavenPath, Plugin
-
-
Constructor Summary
Constructors Constructor Description MavenGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getGroupAndArtifact(java.lang.String bsn)
void
setProperties(java.util.Map<java.lang.String,java.lang.String> map)
Give the plugin the remaining properties.void
setReporter(aQute.service.reporter.Reporter processor)
Set the current reporter.
-
-
-
Method Detail
-
getGroupAndArtifact
public java.lang.String[] getGroupAndArtifact(java.lang.String bsn)
- Specified by:
getGroupAndArtifact
in interfaceBsnToMavenPath
-
setProperties
public void setProperties(java.util.Map<java.lang.String,java.lang.String> map)
Description copied from interface:Plugin
Give 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:
setProperties
in interfacePlugin
- Parameters:
map
- attributes and directives for this plugin's clause
-
setReporter
public void setReporter(aQute.service.reporter.Reporter processor)
Description copied from interface:Plugin
Set the current reporter. This is called at init time. This plugin should report all errors and warnings to this reporter.- Specified by:
setReporter
in interfacePlugin
-
-