public interface PluginConfigurationConverter
Modifier and Type | Method and Description |
---|---|
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(org.apache.maven.model.Model v4Model,
org.apache.maven.model.v3_0_0.Model v3Model,
Properties projectProperties) |
void convertConfiguration(org.apache.maven.model.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 messagesCopyright © 2002-2012 Apache Software Foundation. All Rights Reserved.