org.apache.droids.handle
Class Sysout

Package class diagram package Sysout
java.lang.Object
  extended by org.apache.droids.handle.WriterHandler
      extended by org.apache.droids.handle.Sysout
All Implemented Interfaces:
Handler

public class Sysout
extends WriterHandler
implements Handler

Handler that write the stream to the sysout. Mostly added for debugging reasons.


Field Summary
 
Fields inherited from class org.apache.droids.handle.WriterHandler
log
 
Constructor Summary
Sysout()
           
 
Method Summary
 void handle(InputStream stream, URL url, Parse parse)
           
 
Methods inherited from class org.apache.droids.handle.WriterHandler
pipe
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sysout

public Sysout()
Method Detail

handle

public void handle(InputStream stream,
                   URL url,
                   Parse parse)
            throws Exception
Specified by:
handle in interface Handler
Parameters:
stream - the underlying stream
url - the url we are currently processing
parse - the parse object from a former processing step
Throws:
Exception


Copyright © 2008 The Apache Software Foundation