- IDLJMojo - Class in org.codehaus.mojo.idlj
-
Process CORBA IDL files in IDLJ.
- IDLJMojo() - Constructor for class org.codehaus.mojo.idlj.IDLJMojo
-
Constructs a standard IDL translation Mojo.
- IdljTranslator - Class in org.codehaus.mojo.idlj
-
This class implement the CompilerTranslator
for the Sun idlj IDL compiler
- IdljTranslator() - Constructor for class org.codehaus.mojo.idlj.IdljTranslator
-
Default constructor
- invokeCompiler(String, File[], String, String, Source) - Method in interface org.codehaus.mojo.idlj.CompilerTranslator
-
This method it's used to invoke the compiler
- invokeCompiler(String, File[], String, String, Source) - Method in class org.codehaus.mojo.idlj.IdljTranslator
-
This method it's used to invoke the compiler
- invokeCompiler(String, File[], String, String, Source) - Method in class org.codehaus.mojo.idlj.JacorbTranslator
-
This method it's used to invoke the compiler
- invokeCompilerInProcess(Class<?>, List<String>) - Method in class org.codehaus.mojo.idlj.AbstractTranslator
-
Invokes the configured compiler and throws an exception if anything goes wrong
- isDebug() - Method in class org.codehaus.mojo.idlj.AbstractTranslator
-
- isFailOnError() - Method in class org.codehaus.mojo.idlj.AbstractTranslator
-
- isFork() - Static method in class org.codehaus.mojo.idlj.AbstractTranslator
-
Returns true if the translator is allowed to create a new forked process.