com.thoughtworks.proxy.toys.privilege
Class Privileging.PrivilegingWith<T>

java.lang.Object
  extended by com.thoughtworks.proxy.toys.privilege.Privileging.PrivilegingWith<T>
Enclosing class:
Privileging<T>

public static class Privileging.PrivilegingWith<T>
extends Object


Method Summary
 Privileging.PrivilegingExecutedByOrBuild<T> with(Object delegate)
          With this delegate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

with

public Privileging.PrivilegingExecutedByOrBuild<T> with(Object delegate)
With this delegate.

Parameters:
delegate - the object the proxy delegates to.
Returns:
the factory that will route calls to the supplied delegate.
Since:
1.0


Copyright © 2005-2010 Codehaus. All Rights Reserved.