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, waitinvokeCompilerpublic boolean isDebug()
public void setDebug(boolean debug)
CompilerTranslatorsetDebug in interface CompilerTranslatordebug - the debug to setpublic org.apache.maven.plugin.logging.Log getLog()
public void setLog(org.apache.maven.plugin.logging.Log log)
CompilerTranslatorLog that will used for the messagessetLog in interface CompilerTranslatorlog - the log to setpublic boolean isFailOnError()
public void setFailOnError(boolean failOnError)
CompilerTranslatorsetFailOnError in interface CompilerTranslatorfailOnError - the failOnError to setCopyright © 2005-2012 Codehaus. All Rights Reserved.