codesimian.wrap
Class CSThatWraps

java.lang.Object
  extended by codesimian.wrap.CSThatWraps
All Implemented Interfaces:
Wrapper

public class CSThatWraps
extends java.lang.Object
implements Wrapper

This is not a wrapper for a CS. The CS does the wrapping of one object inside a different object.


Constructor Summary
CSThatWraps(CS cs, WrapAbilities wa)
           
 
Method Summary
 WrapAbilities GETWrapAbilities()
           
 java.lang.Object wrap(java.lang.Object input, java.lang.Class returnType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSThatWraps

public CSThatWraps(CS cs,
                   WrapAbilities wa)
Method Detail

GETWrapAbilities

public WrapAbilities GETWrapAbilities()
Specified by:
GETWrapAbilities in interface Wrapper

wrap

public java.lang.Object wrap(java.lang.Object input,
                             java.lang.Class returnType)
Specified by:
wrap in interface Wrapper