|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurationBuilder
Definition of an interface for objects that can create a configuration.
This interface defines an abstract way of creating a
Configuration object. It does not assume any specific way of
how this is done; this is completely in the responsibility of an
implementation class. There is just a single method that returns the
configuration constructed by this builder.
| Method Summary | |
|---|---|
Configuration |
getConfiguration()
Returns the configuration provided by this builder. |
| Method Detail |
|---|
Configuration getConfiguration()
throws ConfigurationException
Configuration object.
ConfigurationException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||