org.codehaus.modello.maven
Class ModelloJPoxJdoMappingMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.modello.maven.AbstractModelloGeneratorMojo
org.codehaus.modello.maven.ModelloJPoxJdoMappingMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class ModelloJPoxJdoMappingMojo
- extends AbstractModelloGeneratorMojo
Creates a JDO mapping from the Modello model.
- Version:
- $Id: ModelloJPoxJdoMappingMojo.java 827 2007-03-21 19:31:37Z joakime $
- Author:
- Trygve Laugstøl
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.codehaus.modello.maven.AbstractModelloGeneratorMojo |
createParameters, execute, getBasedir, getModel, getModelloCore, getPackageWithVersion, getProject, getVersion, setBasedir, setModel, setModelloCore, setPackagedVersions, setPackageWithVersion, setProject, setVersion |
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 |
ModelloJPoxJdoMappingMojo
public ModelloJPoxJdoMappingMojo()
getGeneratorType
protected java.lang.String getGeneratorType()
- Specified by:
getGeneratorType
in class AbstractModelloGeneratorMojo
producesCompilableResult
protected boolean producesCompilableResult()
- Overrides:
producesCompilableResult
in class AbstractModelloGeneratorMojo
producesResources
protected boolean producesResources()
- Overrides:
producesResources
in class AbstractModelloGeneratorMojo
getOutputDirectory
public java.io.File getOutputDirectory()
- Specified by:
getOutputDirectory
in class AbstractModelloGeneratorMojo
setOutputDirectory
public void setOutputDirectory(java.io.File outputDirectory)
customizeParameters
protected void customizeParameters(java.util.Properties parameters)
- Description copied from class:
AbstractModelloGeneratorMojo
- Override this method to customize the values in the properties set.
This method will be called after the parameters have been populated with the
parameters in the abstract mojo.
- Overrides:
customizeParameters
in class AbstractModelloGeneratorMojo
- Parameters:
parameters
- the parameters to customize
Copyright © 2001-2011 Codehaus. All Rights Reserved.