org.codehaus.plexus.compiler.ajc
Class AspectJCompiler

java.lang.Object
  extended by AbstractCompiler
      extended by org.codehaus.plexus.compiler.ajc.AspectJCompiler

public class AspectJCompiler
extends AbstractCompiler

Version:
$Id: AspectJCompiler.java 3420 2006-06-23 20:23:59Z trygvis $
Author:
Jason van Zyl

Constructor Summary
AspectJCompiler()
           
 
Method Summary
 java.util.List compile(CompilerConfiguration config)
           
 java.lang.String[] createCommandLine(CompilerConfiguration config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AspectJCompiler

public AspectJCompiler()
Method Detail

compile

public java.util.List compile(CompilerConfiguration config)
                       throws CompilerException
Throws:
CompilerException

createCommandLine

public java.lang.String[] createCommandLine(CompilerConfiguration config)
                                     throws CompilerException
Returns:
null
Throws:
CompilerException