Package org.codehaus.mojo.idlj
Class GlassfishTranslator
java.lang.Object
org.codehaus.mojo.idlj.AbstractTranslator
org.codehaus.mojo.idlj.IdljTranslator
org.codehaus.mojo.idlj.GlassfishTranslator
- All Implemented Interfaces:
CompilerTranslator
This class implements the
CompilerTranslator
for the Glassfish idlj compiler-
Nested Class Summary
Nested classes/interfaces inherited from class org.codehaus.mojo.idlj.AbstractTranslator
AbstractTranslator.ClassLoaderFacade
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Class
<?> (package private) void
invokeCompiler
(List<String> args) Methods inherited from class org.codehaus.mojo.idlj.IdljTranslator
invokeCompiler, invokeCompiler, runCompiler
Methods inherited from class org.codehaus.mojo.idlj.AbstractTranslator
getClassLoaderFacade, getLog, invokeCompilerInProcess, isDebug, isFailOnError, isFork, setClassLoaderFacade, setDebug, setFailOnError, setLog
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.codehaus.mojo.idlj.CompilerTranslator
setDebug, setFailOnError, setLog
-
Field Details
-
GLASSFISH_IDLJ_COMPILER_NAME
- See Also:
-
-
Constructor Details
-
GlassfishTranslator
GlassfishTranslator()
-
-
Method Details
-
invokeCompiler
- Specified by:
invokeCompiler
in classIdljTranslator
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
getCompilerClass
- Throws:
org.apache.maven.plugin.MojoExecutionException
-