com.thoughtworks.proxy.toys.echo
Class Echoing.EchoingTo<T>
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
echoing
protected Echoing<T> echoing
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.