|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjef.deepCopier.impl.DCFactory
public class DCFactory
Concrete default implementation of the DeepCopierFactory
interface.
Field Summary |
---|
Fields inherited from interface jef.deepCopier.DeepCopierFactory |
---|
STATEFUL_DEEP_COPIER |
Constructor Summary | |
---|---|
DCFactory()
|
Method Summary | |
---|---|
DeepCopier |
getInstance(byte type)
Returns an instance of a concrete DeepCopier implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DCFactory()
Method Detail |
---|
public DeepCopier getInstance(byte type) throws UnknownDeepCopierException
DeepCopier
implementation. The
type
parameter specifies which particular implementation is required.
getInstance
in interface DeepCopierFactory
type
- The required DeepCopier
type
UnknownDeepCopierException
- The requested type is unknown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |