org.codehaus.mojo.castor
Class MappingMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.castor.AbstractMappingMojo
          extended by org.codehaus.mojo.castor.MappingMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class MappingMojo
extends AbstractMappingMojo

A mojo that uses Castor MappingTool to generate mapping files from a single Class. MappingTool.

Author:
nicolas

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
MappingMojo()
           
 
Method Summary
protected  String getClassName()
           
protected  String getMappingName()
           
 
Methods inherited from class org.codehaus.mojo.castor.AbstractMappingMojo
execute, getProjectClassLoader
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingMojo

public MappingMojo()
Method Detail

getClassName

protected String getClassName()
Specified by:
getClassName in class AbstractMappingMojo
Returns:
the classname

getMappingName

protected String getMappingName()
Specified by:
getMappingName in class AbstractMappingMojo
Returns:
the mappingName


Copyright © 2005-2011 Codehaus. All Rights Reserved.