public class IDLJMojo extends AbstractIDLJMojo
Constructor and Description |
---|
IDLJMojo() |
Modifier and Type | Method and Description |
---|---|
protected void |
addCompileSourceRoot()
Adds the generated source path to the source directories list so that maven can find the new sources to compile.
|
protected File[] |
getIncludeDirs() |
protected File |
getOutputDirectory() |
protected File |
getSourceDirectory() |
protected void |
setSourceDirectory(File dir)
Set the source directory.
|
execute, getProject, getProjectHelper
protected File getSourceDirectory() throws org.apache.maven.plugin.MojoExecutionException
getSourceDirectory
in class AbstractIDLJMojo
org.apache.maven.plugin.MojoExecutionException
protected File[] getIncludeDirs()
getIncludeDirs
in class AbstractIDLJMojo
List
of the directories to use as include directories for the compilationprotected File getOutputDirectory() throws org.apache.maven.plugin.MojoExecutionException
getOutputDirectory
in class AbstractIDLJMojo
org.apache.maven.plugin.MojoExecutionException
protected void setSourceDirectory(File dir)
dir
- the path of directory that conatins the IDL filesprotected void addCompileSourceRoot() throws org.apache.maven.plugin.MojoExecutionException
addCompileSourceRoot
in class AbstractIDLJMojo
org.apache.maven.plugin.MojoExecutionException
Copyright © 2005-2012 Codehaus. All Rights Reserved.