net.sf.doolin.util
Interface ItemCopier<T>

Type Parameters:
T - Type of the item
All Known Implementing Classes:
SimpleItemCopier

public interface ItemCopier<T>

Interface that defines a way to copy an item to another.

Author:
Damien Coraboeuf

Method Summary
 void copy(T source, T target)
          Copies the source to the target
 

Method Detail

copy

void copy(T source,
          T target)
Copies the source to the target

Parameters:
source - Source object
target - Target object


Copyright © 2011. All Rights Reserved.