| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Source> |
AbstractIDLJMojo.sources
A
List of Source configurations to compile. |
| Modifier and Type | Method and Description |
|---|---|
private java.util.Set<java.io.File> |
AbstractIDLJMojo.computeStaleGrammars(Source source)
Determine which idl files need to be compiled.
|
private org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner |
AbstractIDLJMojo.createIdlScanner(Source source) |
void |
IdljTranslator.invokeCompiler(java.lang.String sourceDirectory,
java.io.File[] includeDirs,
java.lang.String targetDirectory,
java.lang.String idlFile,
Source source)
This method it's used to invoke the compiler
|
void |
JacorbTranslator.invokeCompiler(java.lang.String sourceDirectory,
java.io.File[] includeDirs,
java.lang.String targetDirectory,
java.lang.String idlFile,
Source source)
This method it's used to invoke the compiler
|
void |
CompilerTranslator.invokeCompiler(java.lang.String sourceDirectory,
java.io.File[] includeDirs,
java.lang.String targetDirectory,
java.lang.String idlFile,
Source source)
This method it's used to invoke the compiler
|
private void |
AbstractIDLJMojo.processIdlFile(Source source,
CompilerTranslator translator,
java.io.File idlFile) |
private void |
AbstractIDLJMojo.processSource(Source source,
CompilerTranslator translator)
Compile the IDL files located in the given source path.
|
private void |
AbstractIDLJMojo.translateIdlFile(java.io.File idlFile,
Source source,
CompilerTranslator translator) |
| Modifier and Type | Method and Description |
|---|---|
private void |
AbstractIDLJMojo.translateSources(CompilerTranslator translator,
java.util.List<Source> sourceList) |