org.apache.maven.plugin
Class AbstractCompilerMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.compiler.AbstractCompilerMojo
          extended by org.apache.maven.plugin.AbstractCompilerMojo
All Implemented Interfaces:
ContextEnabled, Mojo

Deprecated. package change since 3.0

@Deprecated
public abstract class AbstractCompilerMojo
extends AbstractCompilerMojo

TODO: At least one step could be optimized, currently the plugin will do two scans of all the source code if the compiler has to have the entire set of sources. This is currently the case for at least the C# compiler and most likely all the other .NET compilers too.

Since:
2.0
Version:
$Id: AbstractCompilerMojo.java 1409979 2012-11-15 20:22:26Z olamy $
Author:
others, Trygve Laugstøl

Field Summary
 
Fields inherited from class org.apache.maven.plugin.compiler.AbstractCompilerMojo
compilerArgument, compilerArguments, mavenSession, source, target
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractCompilerMojo()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.maven.plugin.compiler.AbstractCompilerMojo
convertToCompilerResult, execute, getBuildStartTime, getClasspathElements, getCompilerArgument, getCompilerArguments, getCompileSourceRoots, getGeneratedSourcesDirectory, getOutputDirectory, getRequestThreadCount, getSource, getSourceInclusionScanner, getSourceInclusionScanner, getTarget, isDependencyChanged
 
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

AbstractCompilerMojo

public AbstractCompilerMojo()
Deprecated. 


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.