org.apache.maven.model.converter.plugins
Class PCCMultiproject

java.lang.Object
  extended by org.apache.maven.model.converter.plugins.PCCMultiproject
All Implemented Interfaces:
PluginConfigurationConverter

public class PCCMultiproject
extends Object
implements PluginConfigurationConverter

Version:
$Id: PCCMultiproject.java 695438 2008-09-15 11:45:46Z dennisl $
Author:
Fabrizio Giustina
Plexus component:
role:
"org.apache.maven.model.converter.plugins.PluginConfigurationConverter"
role-hint:
"multiproject"

Constructor Summary
PCCMultiproject()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PCCMultiproject

public PCCMultiproject()
Method Detail

addListeners

public void addListeners(List listeners)
Description copied from interface: PluginConfigurationConverter
Add a listeners list for all messages sended by the relocator.

Specified by:
addListeners in interface PluginConfigurationConverter
Parameters:
listeners - The listeners list that will receive messages

addListener

public void addListener(ConverterListener listener)
Description copied from interface: PluginConfigurationConverter
Add a listener for all messages sended by the relocator.

Specified by:
addListener in interface PluginConfigurationConverter
Parameters:
listener - The listener that will receive messages

convertConfiguration

public void convertConfiguration(Model v4Model,
                                 org.apache.maven.model.v3_0_0.Model v3Model,
                                 Properties projectProperties)
                          throws ProjectConverterException
Specified by:
convertConfiguration in interface PluginConfigurationConverter
Throws:
ProjectConverterException
See Also:
PluginConfigurationConverter.convertConfiguration(org.apache.maven.model.Model,org.apache.maven.model.v3_0_0.Model,java.util.Properties)


Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.