org.codehaus.mojo.aspectj
Class EclipseAjcMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.aspectj.AbstractAjcMojo
          extended by org.codehaus.mojo.aspectj.EclipseAjcMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class EclipseAjcMojo
extends AbstractAjcMojo

Create eclipse configuration of aspectJ

Version:
$Revision: 13480 $ by $Author: rfscholte $ (at)goal eclipse
Author:
Juraj Burian
Requires the dependencies in this specified scope:
compile

Field Summary
static String FILE_SEPARATOR
           
 
Fields inherited from class org.codehaus.mojo.aspectj.AbstractAjcMojo
aspectLibraries, basedir, project, weaveDependencies, weaveDirectories
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
EclipseAjcMojo()
           
 
Method Summary
 void execute()
           
protected  List getOutputDirectories()
           
protected  List getSourceDirectories()
           
 
Methods inherited from class org.codehaus.mojo.aspectj.AbstractAjcMojo
isSkip
 
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
 

Field Detail

FILE_SEPARATOR

public static final String FILE_SEPARATOR
Constructor Detail

EclipseAjcMojo

public EclipseAjcMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

getOutputDirectories

protected List getOutputDirectories()

getSourceDirectories

protected List getSourceDirectories()


Copyright © 2005-2014 Codehaus. All Rights Reserved.