public class MavenGroup extends java.lang.Object implements BsnToMavenPath, Plugin
| Constructor and Description |
|---|
MavenGroup() |
| Modifier and Type | Method and 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.
|
public java.lang.String[] getGroupAndArtifact(java.lang.String bsn)
getGroupAndArtifact in interface BsnToMavenPathpublic void setProperties(java.util.Map<java.lang.String,java.lang.String> map)
PluginsetProperties in interface Pluginmap - attributes and directives for this plugin's clausepublic void setReporter(aQute.service.reporter.Reporter processor)
PluginsetReporter in interface Plugin