|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the built class.public interface InstanceBuilder<T>
The InstanceBuilder interface should be implemented by any builder
building T type instance.
| Method Summary | |
|---|---|
T |
build()
Build an instance of T-type object. |
| Method Detail |
|---|
T build()
throws BuilderException
T-type object.
T.
BuilderException - - if conditions to build T are not
satisfied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||