|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Factory
interface.
See:
Description
Class Summary | |
---|---|
ConstantFactory<E> | Factory implementation that returns the same constant each
time. |
ExceptionFactory<E> | Factory implementation that always throws an exception. |
FactoryUtils | FactoryUtils provides reference implementations and utilities
for the Factory functor interface. |
InstantiateFactory<E> | Factory implementation that creates a new object instance of a
specified class using by reflection. |
PrototypeFactory<E> | Factory implementation that creates new object instances by
copying a prototype object. |
This package provides implementations and a utility library for the
Factory
interface.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |