Package com.emarsys.ecommon.builder

The builder package and its subpackages provide systemwide factories for common objects.

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 Builders.
 

Exception Summary
BuilderException Indicates an error during the instantiation, retrieval or execution of Builders.
NoSuchBuilderException  
 

Package com.emarsys.ecommon.builder Description

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.



Copyright © 2010 emarsys AG. All Rights Reserved.