|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Builder<T> |
A Builder is a default factory for
objects of type T and used to create
common objects in a unified way throughout the system. |
Class Summary | |
---|---|
Builders |
The central "registry" for Builder s. |
Exception Summary | |
---|---|
BuilderException | Indicates an error during the instantiation, retrieval or
execution of Builders . |
NoSuchBuilderException |
The builder package and its subpackages provide systemwide factories for common objects. Usually these are third-party objects you want to create in a different manner than in the provided default one.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |