Uses of Class
org.codehaus.mojo.idlj.Source
Packages that use Source
-
Uses of Source in org.codehaus.mojo.idlj
Fields in org.codehaus.mojo.idlj with type parameters of type SourceModifier and TypeFieldDescriptionAbstractIDLJMojo.sources
AList
ofSource
configurations to compile.Methods in org.codehaus.mojo.idlj with parameters of type SourceModifier and TypeMethodDescriptionprivate void
IdljTranslator.addEmitOption
(List<String> args, Source source) AbstractIDLJMojo.computeStaleGrammars
(Source source) Determine which idl files need to be compiled.private org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner
AbstractIDLJMojo.createIdlScanner
(Source source) IdljTranslator.getArguments
(String sourceDirectory, File[] includeDirs, String targetDirectory, String idlFile, Source source) void
CompilerTranslator.invokeCompiler
(String sourceDirectory, File[] includeDirs, String targetDirectory, String idlFile, Source source) This method it's used to invoke the compilervoid
IdljTranslator.invokeCompiler
(String sourceDirectory, File[] includeDirs, String targetDirectory, String idlFile, Source source) This method it's used to invoke the compilervoid
JacorbTranslator.invokeCompiler
(String sourceDirectory, File[] includeDirs, String targetDirectory, String idlFile, Source source) This method it's used to invoke the compilerprivate void
AbstractIDLJMojo.processIdlFile
(Source source, CompilerTranslator translator, File idlFile) private void
AbstractIDLJMojo.processSource
(Source source, CompilerTranslator translator) Compile the IDL files located in the given source path.private void
AbstractIDLJMojo.translateIdlFile
(File idlFile, Source source, CompilerTranslator translator) Method parameters in org.codehaus.mojo.idlj with type arguments of type SourceModifier and TypeMethodDescriptionprivate void
AbstractIDLJMojo.translateSources
(CompilerTranslator translator, List<Source> sourceList)