public abstract class AbstractTranslator extends Object implements CompilerTranslator
Constructor and Description |
---|
AbstractTranslator() |
Modifier and Type | Method and Description |
---|---|
org.apache.maven.plugin.logging.Log |
getLog() |
boolean |
isDebug() |
boolean |
isFailOnError() |
void |
setDebug(boolean debug)
Enable/disable debug messages.
|
void |
setFailOnError(boolean failOnError)
Set to true to fail the build if an error occur while compiling the IDL.
|
void |
setLog(org.apache.maven.plugin.logging.Log log)
The
Log that will used for the messages |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
invokeCompiler
public boolean isDebug()
public void setDebug(boolean debug)
CompilerTranslator
setDebug
in interface CompilerTranslator
debug
- the debug to setpublic org.apache.maven.plugin.logging.Log getLog()
public void setLog(org.apache.maven.plugin.logging.Log log)
CompilerTranslator
Log
that will used for the messagessetLog
in interface CompilerTranslator
log
- the log to setpublic boolean isFailOnError()
public void setFailOnError(boolean failOnError)
CompilerTranslator
setFailOnError
in interface CompilerTranslator
failOnError
- the failOnError to setCopyright © 2005-2012 Codehaus. All Rights Reserved.