org.apache.maven.model.converter.plugins
Interface PluginConfigurationConverter

All Known Implementing Classes:
AbstractPluginConfigurationConverter, PCCMultiproject

public interface PluginConfigurationConverter

A plugin configuration converter reads properties from a v3 pom or project.properties and add them to the v4 pom.

Version:
$Id: PluginConfigurationConverter.java 661727 2008-05-30 14:21:49Z bentmann $
Author:
Fabrizio Giustina

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(org.apache.maven.model.Model v4Model, org.apache.maven.model.v3_0_0.Model v3Model, Properties projectProperties)
           
 

Method Detail

convertConfiguration

public void convertConfiguration(org.apache.maven.model.Model v4Model,
                                 org.apache.maven.model.v3_0_0.Model v3Model,
                                 Properties projectProperties)
                          throws ProjectConverterException
Throws:
ProjectConverterException

addListeners

public void addListeners(List listeners)
Add a listeners list for all messages sended by the relocator.

Parameters:
listeners - The listeners list that will receive messages

addListener

public void addListener(ConverterListener listener)
Add a listener for all messages sended by the relocator.

Parameters:
listener - The listener that will receive messages


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.