org.codehaus.gmaven.plugin.compile
Class AbstractCompileMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.gmaven.plugin.MojoSupport
org.codehaus.gmaven.plugin.ProviderMojoSupport
org.codehaus.gmaven.plugin.ComponentMojoSupport
org.codehaus.gmaven.plugin.CompilerMojoSupport
org.codehaus.gmaven.plugin.compile.AbstractCompileMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, ClassCompiler.Keys
- Direct Known Subclasses:
- CompileMojo, TestCompileMojo
public abstract class AbstractCompileMojo
- extends CompilerMojoSupport
- implements ClassCompiler.Keys
Support for compile mojos that generate classes.
- Version:
- $Id: AbstractCompileMojo.java 105 2010-07-05 22:23:14Z user57 $
- Author:
- Jason Dillon
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
AbstractCompileMojo
protected AbstractCompileMojo()
getForcedCompileSources
protected abstract Set getForcedCompileSources()
process
protected void process(Component component)
throws Exception
- Specified by:
process
in class ComponentMojoSupport
- Throws:
Exception
compile
protected void compile(ClassCompiler compiler,
org.apache.maven.shared.model.fileset.FileSet[] sources)
throws Exception
- Throws:
Exception
Copyright © 2006-2012 Codehaus. All Rights Reserved.