Package com.acsinet_solutions.util.build

Building utilities, that build an object hierarchy based on instructions.

See:
          Description

Interface Summary
Builder This interface represents a builder, which is a facade object that is in charge of building something.
BuildingContext This interface represents a building context, that is an object that provides services to an initializing building block.
Checkable This interface represents an object that may be checked during configuration
Initializable Interface for objects that may be initialized with a context object.
 

Class Summary
AbstractBean Abstract base class for beans with the notion of desing/run time modes
BlockBuilder An implementation of a builder based in BuildingBlock beans.
BuildingTools Convenience utility methods
Checks Build checking utility methods
SimpleBlockReference A helper simple block reference instance.
SimpleBuildingContext Implementation of a simple building context object
 

Exception Summary
BuildException Indicates an error during a building process.
 

Package com.acsinet_solutions.util.build Description

Building utilities, that build an object hierarchy based on instructions. May be used to create object hierarchies from an XML file.