org.codehaus.mojo.was6
Class AbstractEjbMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.was6.AbstractWas6Mojo
          extended by org.codehaus.mojo.was6.AbstractEjbMojo
All Implemented Interfaces:
ContextEnabled, Mojo
Direct Known Subclasses:
CleanMojo, EjbDeployMojo

public abstract class AbstractEjbMojo
extends AbstractWas6Mojo

Common superclass for EJB related goals.

Author:
David J. M. Karlsen

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractEjbMojo()
           
 
Method Summary
protected  File getGeneratedClassesDirectory()
          Directory containing generated classes.
protected  File getGeneratedSourcesDirectory()
          Directory containing generated sources.
 
Methods inherited from class org.codehaus.mojo.was6.AbstractWas6Mojo
configureBuildScript, configureTaskAttribute, execute, getMavenProject, getSettings, getTaskElement, getTaskName, getWasHome, getWorkingDirectory, getWsAntExecutable, isVerbose
 
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

AbstractEjbMojo

public AbstractEjbMojo()
Method Detail

getGeneratedSourcesDirectory

protected File getGeneratedSourcesDirectory()
Directory containing generated sources.


getGeneratedClassesDirectory

protected File getGeneratedClassesDirectory()
Directory containing generated classes.



Copyright © 2007-2012 Codehaus. All Rights Reserved.