com.thoughtworks.proxy.toys.hotswap
Class HotSwapping.HotSwappingWith<T>
java.lang.Object
com.thoughtworks.proxy.toys.hotswap.HotSwapping.HotSwappingWith<T>
- Enclosing class:
- HotSwapping<T>
public static class HotSwapping.HotSwappingWith<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HotSwapping.HotSwappingWith
public HotSwapping.HotSwappingWith(HotSwapping<T> hotswapping)
with
public HotSwapping.HotSwappingBuildOrMode<T> with(Object instance)
- Defines the object that shall be proxied. This delegate must implement the types used to create the hot swap or
have signature compatible methods.
- Parameters:
instance
- the object that shall be proxied.
- Returns:
- the factory that will proxy instances of the supplied type.
- Since:
- 1.0
Copyright © 2005-2010 Codehaus. All Rights Reserved.