|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| InstanceBuilder<T> | The InstanceBuilder interface should be implemented by any builder
building T type instance. |
| Interpreter<T> | The Interpreter interface should be implemented by any interpreter
building T type instance from String. |
| StringBasedFactory<T> | The StringBasedFactory interface should be implemented by any factory
building T type instance from a given string. |
| Exception Summary | |
|---|---|
| BuilderException | This exception is thrown by a Builder when an object cannot been
correctly built. |
Provides builder objects and interfaces.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||