com.sun.enterprise.module.maven
Class AptCompiler

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.plexus.compiler.AbstractCompiler
          extended by org.codehaus.plexus.compiler.javac.JavacCompiler
              extended by com.sun.enterprise.module.maven.AptCompiler
All Implemented Interfaces:
org.codehaus.plexus.compiler.Compiler, org.codehaus.plexus.logging.LogEnabled

public class AptCompiler
extends org.codehaus.plexus.compiler.javac.JavacCompiler

Compiler for APT.

In Maven, Compiler handles the actual compiler invocation.

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from class org.codehaus.plexus.compiler.AbstractCompiler
EOL, PS
 
Fields inherited from interface org.codehaus.plexus.compiler.Compiler
ROLE
 
Constructor Summary
AptCompiler()
           
 
Method Summary
 List compile(org.codehaus.plexus.compiler.CompilerConfiguration config)
           
 
Methods inherited from class org.codehaus.plexus.compiler.javac.JavacCompiler
buildCompilerArguments, createCommandLine, parseModernError, parseModernStream
 
Methods inherited from class org.codehaus.plexus.compiler.AbstractCompiler
canUpdateTarget, getCompilerOutputStyle, getInputFileEnding, getOutputFile, getOutputFileEnding, getPathString, getSourceFiles, getSourceFilesForSourceRoot, makeClassName, toStringArray
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AptCompiler

public AptCompiler()
Method Detail

compile

public List compile(org.codehaus.plexus.compiler.CompilerConfiguration config)
             throws org.codehaus.plexus.compiler.CompilerException
Specified by:
compile in interface org.codehaus.plexus.compiler.Compiler
Overrides:
compile in class org.codehaus.plexus.compiler.javac.JavacCompiler
Throws:
org.codehaus.plexus.compiler.CompilerException


Copyright © 2012 Oracle Corporation. All Rights Reserved.