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.sourcesAListofSourceconfigurations to compile.Methods in org.codehaus.mojo.idlj with parameters of type SourceModifier and TypeMethodDescriptionprivate voidIdljTranslator.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.SourceInclusionScannerAbstractIDLJMojo.createIdlScanner(Source source) IdljTranslator.getArguments(String sourceDirectory, File[] includeDirs, String targetDirectory, String idlFile, Source source) voidCompilerTranslator.invokeCompiler(String sourceDirectory, File[] includeDirs, String targetDirectory, String idlFile, Source source) This method it's used to invoke the compilervoidIdljTranslator.invokeCompiler(String sourceDirectory, File[] includeDirs, String targetDirectory, String idlFile, Source source) This method it's used to invoke the compilervoidJacorbTranslator.invokeCompiler(String sourceDirectory, File[] includeDirs, String targetDirectory, String idlFile, Source source) This method it's used to invoke the compilerprivate voidAbstractIDLJMojo.processIdlFile(Source source, CompilerTranslator translator, File idlFile) private voidAbstractIDLJMojo.processSource(Source source, CompilerTranslator translator) Compile the IDL files located in the given source path.private voidAbstractIDLJMojo.translateIdlFile(File idlFile, Source source, CompilerTranslator translator) Method parameters in org.codehaus.mojo.idlj with type arguments of type SourceModifier and TypeMethodDescriptionprivate voidAbstractIDLJMojo.translateSources(CompilerTranslator translator, List<Source> sourceList)