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) voidinvokeCompiler(List<String> args) Methods inherited from class org.codehaus.mojo.idlj.IdljTranslator
invokeCompiler, invokeCompiler, runCompilerMethods inherited from class org.codehaus.mojo.idlj.AbstractTranslator
getClassLoaderFacade, getLog, invokeCompilerInProcess, isDebug, isFailOnError, isFork, setClassLoaderFacade, setDebug, setFailOnError, setLogMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
invokeCompilerin classIdljTranslator- Throws:
org.apache.maven.plugin.MojoExecutionException
-
getCompilerClass
- Throws:
org.apache.maven.plugin.MojoExecutionException
-