net.sf.xsnapshot.support
Class XSnapshotPropertyUtils.BasicSetter

java.lang.Object
  extended bynet.sf.xsnapshot.support.XSnapshotPropertyUtils.BasicSetter
All Implemented Interfaces:
XSnapshotPropertyUtils.Setter
Enclosing class:
XSnapshotPropertyUtils

public static final class XSnapshotPropertyUtils.BasicSetter
extends Object
implements XSnapshotPropertyUtils.Setter


Method Summary
 void set(Object target, Object value)
          Set the property value from the given instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

set

public void set(Object target,
                Object value)
         throws XSnapshotException
Description copied from interface: XSnapshotPropertyUtils.Setter
Set the property value from the given instance

Specified by:
set in interface XSnapshotPropertyUtils.Setter
Parameters:
target - The instance upon which to set the given value.
value - The value to be set on the target.
Throws:
XSnapshotException