org.codehaus.modello.maven

Class ModelloJPoxJdoMappingMojo

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

UNKNOWN: jpox-jdo-mapping generate-resources Creates a JDO mapping from the Modello model.

Method Summary
protected voidcustomizeParameters(Properties parameters)
protected StringgetGeneratorType()
FilegetOutputDirectory()
protected booleanproducesCompilableResult()
protected booleanproducesResources()
voidsetOutputDirectory(File outputDirectory)

Method Detail

customizeParameters

protected void customizeParameters(Properties parameters)

getGeneratorType

protected String getGeneratorType()

getOutputDirectory

public File getOutputDirectory()

producesCompilableResult

protected boolean producesCompilableResult()

producesResources

protected boolean producesResources()

setOutputDirectory

public void setOutputDirectory(File outputDirectory)
Copyright © 2001-2009 Codehaus. All Rights Reserved.