|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PluginConfigurationConverter
A plugin configuration converter reads properties from a v3 pom or project.properties and add them to the v4 pom.
Method Summary | |
---|---|
void |
addListener(ConverterListener listener)
Add a listener for all messages sended by the relocator. |
void |
addListeners(List listeners)
Add a listeners list for all messages sended by the relocator. |
void |
convertConfiguration(Model v4Model,
org.apache.maven.model.v3_0_0.Model v3Model,
Properties projectProperties)
|
Method Detail |
---|
void convertConfiguration(Model v4Model, org.apache.maven.model.v3_0_0.Model v3Model, Properties projectProperties) throws ProjectConverterException
ProjectConverterException
void addListeners(List listeners)
listeners
- The listeners list that will receive messagesvoid addListener(ConverterListener listener)
listener
- The listener that will receive messages
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |