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, getProjectHelperprotected File getSourceDirectory() throws org.apache.maven.plugin.MojoExecutionException
getSourceDirectory in class AbstractIDLJMojoorg.apache.maven.plugin.MojoExecutionExceptionprotected File[] getIncludeDirs()
getIncludeDirs in class AbstractIDLJMojoList of the directories to use as include directories for the compilationprotected File getOutputDirectory() throws org.apache.maven.plugin.MojoExecutionException
getOutputDirectory in class AbstractIDLJMojoorg.apache.maven.plugin.MojoExecutionExceptionprotected 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 AbstractIDLJMojoorg.apache.maven.plugin.MojoExecutionExceptionCopyright © 2005-2012 Codehaus. All Rights Reserved.