net.jangaroo.jooc.ant
Class AntCompileLog

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

public class AntCompileLog
extends AbstractCompileLog


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

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)

doLogError

protected void doLogError(String msg)
Specified by:
doLogError in class AbstractCompileLog

warning

public void warning(String msg)


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