public class IDLJMojo extends AbstractIDLJMojo
| Constructor and Description |
|---|
IDLJMojo()
Constructs a standard IDL translation Mojo.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCompileSourceRoot(File directory)
Add generated sources in compile source root
|
protected File[] |
getIncludeDirs() |
protected File |
getOutputDirectory() |
protected File |
getSourceDirectory() |
protected void |
setSourceDirectory(File dir)
Set the source directory.
|
execute, getProject, getProjectHelperprotected File getSourceDirectory()
getSourceDirectory in class AbstractIDLJMojoprotected File[] getIncludeDirs()
getIncludeDirs in class AbstractIDLJMojoList of the directories to use as include directories for the compilationprotected File getOutputDirectory()
getOutputDirectory in class AbstractIDLJMojoprotected void setSourceDirectory(File dir)
dir - the path of directory that contains the IDL filesprotected void addCompileSourceRoot(File directory)
addCompileSourceRoot in class AbstractIDLJMojodirectory - a directory containing generated java files to be compiled.Copyright © 2005–2017 MojoHaus. All rights reserved.