org.jgap
Interface ICloneHandler
- All Superinterfaces:
- IHandler
- All Known Implementing Classes:
- DefaultCloneHandler
public interface ICloneHandler
- extends IHandler
Interface for handlers capable of cloning specific classes.
A clone handler answers via isHandlerFor(Class) whether he could clone the
given class.
The perform(Object, Object) method does the cloning acknowledged before with
isHandlerFor(Class).
- Since:
- 2.6
Field Summary |
static java.lang.String |
CVS_REVISION
String containing the CVS revision. |
CVS_REVISION
static final java.lang.String CVS_REVISION
- String containing the CVS revision. Read out via reflection!
- See Also:
- Constant Field Values