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

java.lang.Object
  extended byorg.codehaus.plexus.logging.AbstractLogEnabled
      extended byorg.apache.maven.model.converter.plugins.AbstractPluginConfigurationConverter
          extended byorg.apache.maven.model.converter.plugins.PCCSurefire
All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled, PluginConfigurationConverter

public class PCCSurefire
extends AbstractPluginConfigurationConverter

Version:
$Id: PCCSurefire.java 661727 2008-05-30 14:21:49Z bentmann $
Author:
Fabrizio Giustina, Dennis Lundberg

Field Summary
 
Fields inherited from class org.apache.maven.model.converter.plugins.AbstractPluginConfigurationConverter
TYPE_BUILD_PLUGIN, TYPE_REPORT_PLUGIN
 
Constructor Summary
PCCSurefire()
           
 
Method Summary
protected  void buildConfiguration(org.codehaus.plexus.util.xml.Xpp3Dom configuration, org.apache.maven.model.v3_0_0.Model v3Model, Properties projectProperties)
           
 String getArtifactId()
           
 String getType()
           
 
Methods inherited from class org.apache.maven.model.converter.plugins.AbstractPluginConfigurationConverter
addConfigurationChild, addConfigurationChild, addListener, addListeners, convertConfiguration, getGroupId
 
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

PCCSurefire

public PCCSurefire()
Method Detail

getArtifactId

public String getArtifactId()
Specified by:
getArtifactId in class AbstractPluginConfigurationConverter
See Also:
AbstractPluginConfigurationConverter.getArtifactId()

getType

public String getType()
Specified by:
getType in class AbstractPluginConfigurationConverter

buildConfiguration

protected void buildConfiguration(org.codehaus.plexus.util.xml.Xpp3Dom configuration,
                                  org.apache.maven.model.v3_0_0.Model v3Model,
                                  Properties projectProperties)
                           throws ProjectConverterException
Specified by:
buildConfiguration in class AbstractPluginConfigurationConverter
Throws:
ProjectConverterException


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