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, getProjectHelper
protected File getSourceDirectory()
getSourceDirectory
in class AbstractIDLJMojo
protected File[] getIncludeDirs()
getIncludeDirs
in class AbstractIDLJMojo
List
of the directories to use as include directories for the compilationprotected File getOutputDirectory()
getOutputDirectory
in class AbstractIDLJMojo
protected void setSourceDirectory(File dir)
dir
- the path of directory that contains the IDL filesprotected void addCompileSourceRoot(File directory)
addCompileSourceRoot
in class AbstractIDLJMojo
directory
- a directory containing generated java files to be compiled.Copyright © 2005–2017 MojoHaus. All rights reserved.