
Icon | Member | Description |
---|---|---|
![]() ![]() | Initialize()()() |
Initializes the factory using the standard configuration file. If the factory is already initialized this method has no effect.
Calling this method is optional - if it was not called, the factory will automatically invoke it
on the first time it is required. Use this method if you wish to explicitly initialize the factory
at a specific timing.
|
![]() ![]() | Initialize(String) |
Initializes the factory using a custom configuration file.
|