com.thoughtworks.proxy.toys.hotswap
Class HotSwapping.HotSwappingBuildOrMode<T>
java.lang.Object
com.thoughtworks.proxy.toys.hotswap.HotSwapping.HotSwappingBuild<T>
com.thoughtworks.proxy.toys.hotswap.HotSwapping.HotSwappingBuildOrMode<T>
- Enclosing class:
- HotSwapping<T>
public static class HotSwapping.HotSwappingBuildOrMode<T>
- extends HotSwapping.HotSwappingBuild<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HotSwapping.HotSwappingBuildOrMode
public HotSwapping.HotSwappingBuildOrMode(HotSwapping<T> hotswapping)
mode
public HotSwapping.HotSwappingBuild<T> mode(DelegationMode delegationMode)
- Forces a particular delegation mode to be used.
- Parameters:
delegationMode
- refer to DelegationMode.DIRECT
or
DelegationMode.SIGNATURE
for allowed
values.
- Returns:
- the factory that will proxy instances of the supplied type.
- Since:
- 1.0
Copyright © 2005-2010 Codehaus. All Rights Reserved.