net.jangaroo.jooc.ant
Class AntCompileLog

java.lang.Object
  extended by net.jangaroo.jooc.StdOutCompileLog
      extended by net.jangaroo.jooc.ant.AntCompileLog
All Implemented Interfaces:
CompileLog

public class AntCompileLog
extends StdOutCompileLog
implements CompileLog


Field Summary
 
Fields inherited from class net.jangaroo.jooc.StdOutCompileLog
errors, warnings
 
Constructor Summary
AntCompileLog()
           
AntCompileLog(org.apache.tools.ant.Project project)
           
 
Method Summary
 void error(java.lang.String msg)
           
 org.apache.tools.ant.Project getProject()
           
 void setProject(org.apache.tools.ant.Project project)
           
 void warning(java.lang.String msg)
           
 
Methods inherited from class net.jangaroo.jooc.StdOutCompileLog
error, hasErrors, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.jangaroo.jooc.CompileLog
error, hasErrors, warning
 

Constructor Detail

AntCompileLog

public AntCompileLog()

AntCompileLog

public AntCompileLog(org.apache.tools.ant.Project project)
Method Detail

getProject

public org.apache.tools.ant.Project getProject()

setProject

public void setProject(org.apache.tools.ant.Project project)

error

public void error(java.lang.String msg)
Specified by:
error in interface CompileLog
Overrides:
error in class StdOutCompileLog

warning

public void warning(java.lang.String msg)
Specified by:
warning in interface CompileLog
Overrides:
warning in class StdOutCompileLog


Copyright © 2002-2010 CoreMedia AG. All Rights Reserved.