|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.model.converter.relocators.AbstractPluginRelocator
org.apache.maven.model.converter.relocators.SimianPluginRelocator
public class SimianPluginRelocator
A PluginRelocator
for the maven-simian-plugin.
Field Summary |
---|
Fields inherited from interface org.apache.maven.model.converter.relocators.PluginRelocator |
---|
ROLE |
Constructor Summary | |
---|---|
SimianPluginRelocator()
|
Method Summary | |
---|---|
java.lang.String |
getNewArtifactId()
If there is no replacement for this plugin, you can have the plugin removed from the v4 pom by returning null from this method
and from getNewGroupId(). |
java.lang.String |
getNewGroupId()
If there is no replacement for this plugin, you can have the plugin removed from the v4 pom by returning null from this method
and from getNewArtifactId(). |
java.lang.String |
getOldArtifactId()
Note: Because we are working on the recently converted Maven 2 model, this method must return the artifactId that is in the model, after the model has been converted. |
Methods inherited from class org.apache.maven.model.converter.relocators.AbstractPluginRelocator |
---|
addListener, addListeners, getOldGroupId, relocate |
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimianPluginRelocator()
Method Detail |
---|
public java.lang.String getNewArtifactId()
AbstractPluginRelocator
null
from this method
and from getNewGroupId().
getNewArtifactId
in class AbstractPluginRelocator
AbstractPluginRelocator.getNewArtifactId()
public java.lang.String getNewGroupId()
AbstractPluginRelocator
null
from this method
and from getNewArtifactId().
getNewGroupId
in class AbstractPluginRelocator
AbstractPluginRelocator.getNewGroupId()
public java.lang.String getOldArtifactId()
AbstractPluginRelocator
getOldArtifactId
in class AbstractPluginRelocator
AbstractPluginRelocator.getOldArtifactId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |