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
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.StringgroupId
-
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)voidsetProperties(java.util.Map<java.lang.String,java.lang.String> map)Give the plugin the remaining properties.voidsetReporter(Reporter processor)Set the current reporter.
-
-
-
Method Detail
-
getGroupAndArtifact
public java.lang.String[] getGroupAndArtifact(java.lang.String bsn)
- Specified by:
getGroupAndArtifactin interfaceBsnToMavenPath
-
setProperties
public void setProperties(java.util.Map<java.lang.String,java.lang.String> map)
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(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
-
-