org.codehaus.mojo.was6
Class AbstractEjbMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.was6.AbstractWas6Mojo
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
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.codehaus.mojo.was6.AbstractWas6Mojo |
configureBuildScript, configureTaskAttribute, execute, getMavenProject, getSettings, getTaskElement, getTaskName, getWasHome, getWorkingDirectory, getWsAntExecutable, isVerbose |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEjbMojo
public AbstractEjbMojo()
getGeneratedSourcesDirectory
protected File getGeneratedSourcesDirectory()
- Directory containing generated sources.
getGeneratedClassesDirectory
protected File getGeneratedClassesDirectory()
- Directory containing generated classes.
Copyright © 2007-2012 Codehaus. All Rights Reserved.