net.sf.fikin.ant.httpclientanttask
Class BaseResponseAntMethod.ProjectLogWriter

java.lang.Object
  extended by java.io.Writer
      extended by net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod.ProjectLogWriter
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable, java.lang.Appendable
Enclosing class:
BaseResponseAntMethod

public class BaseResponseAntMethod.ProjectLogWriter
extends java.io.Writer

Wraps Ant's Project logging into a java.io.Writer interface


Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
BaseResponseAntMethod.ProjectLogWriter()
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(char[] arr, int off, int len)
           
 void write(java.lang.String str)
           
 
Methods inherited from class java.io.Writer
append, append, append, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseResponseAntMethod.ProjectLogWriter

public BaseResponseAntMethod.ProjectLogWriter()
Method Detail

write

public void write(java.lang.String str)
Overrides:
write in class java.io.Writer

write

public void write(char[] arr,
                  int off,
                  int len)
Specified by:
write in class java.io.Writer

flush

public void flush()
Specified by:
flush in interface java.io.Flushable
Specified by:
flush in class java.io.Writer

close

public void close()
Specified by:
close in interface java.io.Closeable
Specified by:
close in class java.io.Writer


Copyright © 2003-2007 Nikolay Fiykov. All Rights Reserved.