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

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

public class PCCJalopy
extends AbstractPluginConfigurationConverter

A PluginConfigurationConverter for the Jalopy plugin.

Version:
$Id: PCCJalopy.java 695438 2008-09-15 11:45:46Z dennisl $
Author:
Dennis Lundberg
Plexus component:
role:
"org.apache.maven.model.converter.plugins.PluginConfigurationConverter"
role-hint:
"jalopy"

Field Summary
 
Fields inherited from class org.apache.maven.model.converter.plugins.AbstractPluginConfigurationConverter
TYPE_BUILD_PLUGIN, TYPE_REPORT_PLUGIN
 
Constructor Summary
PCCJalopy()
           
 
Method Summary
protected  void buildConfiguration(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, getReportSets
 
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

PCCJalopy

public PCCJalopy()
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(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–2013 The Apache Software Foundation. All rights reserved.