org.apache.maven.plugin.plugin

Class AbstractGeneratorMojo

public abstract class AbstractGeneratorMojo extends AbstractMojo

Version: $Id: AbstractGeneratorMojo.java 294957 2005-10-05 00:33:03Z jdcasey $

Author: Jason van Zyl

Field Summary
protected StringgoalPrefix
The goal prefix that will appear before the ":".
protected MojoScannermojoScanner
protected MavenProjectproject
Method Summary
protected abstract GeneratorcreateGenerator()
voidexecute()
protected abstract FilegetOutputDirectory()

Field Detail

goalPrefix

protected String goalPrefix
The goal prefix that will appear before the ":".

UNKNOWN:

mojoScanner

protected MojoScanner mojoScanner

UNKNOWN: expression="${component.org.apache.maven.tools.plugin.scanner.MojoScanner}"

project

protected MavenProject project

UNKNOWN: expression="${project}"

Method Detail

createGenerator

protected abstract Generator createGenerator()

execute

public void execute()

getOutputDirectory

protected abstract File getOutputDirectory()
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.