org.codehaus.mojo.idlj
Class AbstractIDLJMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.idlj.AbstractIDLJMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- IDLJMojo, TestIDLJMojo
public abstract class AbstractIDLJMojo
- extends org.apache.maven.plugin.AbstractMojo
Field Summary |
protected org.apache.maven.project.MavenProject |
project
|
protected org.apache.maven.project.MavenProjectHelper |
projectHelper
the maven project helper class for adding resources |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
project
protected org.apache.maven.project.MavenProject project
projectHelper
protected org.apache.maven.project.MavenProjectHelper projectHelper
- the maven project helper class for adding resources
AbstractIDLJMojo
public AbstractIDLJMojo()
getSourceDirectory
protected abstract java.lang.String getSourceDirectory()
getOutputDirectory
protected abstract java.lang.String getOutputDirectory()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
addCompileSourceRoot
protected abstract void addCompileSourceRoot()
Copyright © 2005-2008 null. All Rights Reserved.