houston.ant
Class AntStatusListener

java.lang.Object
  |
  +--houston.ant.AntStatusListener
All Implemented Interfaces:
java.util.EventListener, StatusListener

public class AntStatusListener
extends java.lang.Object
implements StatusListener


Constructor Summary
AntStatusListener(org.apache.tools.ant.Task task)
           
 
Method Summary
 void clearErrorCount()
           
 void error(java.lang.String msg)
           
 void fatal(java.lang.String msg)
           
 int getErrorCount()
           
 void hint(java.lang.String msg)
           
 void info(int level, java.lang.String msg)
           
 void info(java.lang.String msg)
           
 void warning(java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntStatusListener

public AntStatusListener(org.apache.tools.ant.Task task)
Method Detail

getErrorCount

public int getErrorCount()

clearErrorCount

public void clearErrorCount()

error

public void error(java.lang.String msg)
Specified by:
error in interface StatusListener

fatal

public void fatal(java.lang.String msg)
Specified by:
fatal in interface StatusListener

hint

public void hint(java.lang.String msg)
Specified by:
hint in interface StatusListener

info

public void info(java.lang.String msg)
Specified by:
info in interface StatusListener

info

public void info(int level,
                 java.lang.String msg)
Specified by:
info in interface StatusListener

warning

public void warning(java.lang.String msg)
Specified by:
warning in interface StatusListener


Copyright © 2001, 2002, 2003 Gerald Bauer. All Rights Reserved. Hosted by SourceForge Logo