Runtime tools : Core components : Initialization manager
  
Initialization manager
Initialization manager is used to initialize the UNICOM® Digital Transformation Toolkit (UDTT™) components. Using initialization manager, you can initialize the components you want, and leave the other components uninitialized.
Given the file location of btt.xml, the method com.ibm.btt.config.InitManager initializes all the UDTT components. Before you use any component of UDTT, you need to call this method. This reset method reads btt.xml file first and finds out what components are defined in btt.xml, and then it calls the Initializer of each component one by one. The following diagram shows the initialization process:
Diagramshowing that Configuration Service has three parts
See
Tasks
Reference
Go up to
Core components