com.thoughtworks.proxy.toys.echo
Class Echoing.EchoingTo<T>

java.lang.Object
  extended by com.thoughtworks.proxy.toys.echo.Echoing.EchoingTo<T>
Direct Known Subclasses:
Echoing.EchoingWithOrTo
Enclosing class:
Echoing<T>

public static class Echoing.EchoingTo<T>
extends Object


Field Summary
protected  Echoing<T> echoing
           
 
Method Summary
 Echoing.EchoingBuild<T> to(PrintWriter printWriter)
          Specify the printWriter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

echoing

protected Echoing<T> echoing
Method Detail

to

public Echoing.EchoingBuild<T> to(PrintWriter printWriter)
Specify the printWriter.

Parameters:
printWriter - which receives the output
Returns:
the factory that will proxy instances of the supplied type.
Since:
1.0


Copyright © 2005-2010 Codehaus. All Rights Reserved.