Uses of Interface
com.ibm.di.config.interfaces.PropertyManager

Packages that use PropertyManager
com.ibm.di.config.base Provides classes that implement the Tivoli Directory Integrator configuration model. 
com.ibm.di.config.interfaces Provides the interfaces for the Tivoli Directory Integrator configuration model. 
com.ibm.di.config.xml Provides classes that implement the reading and writing of the Tivoli Directory Integrator configuration components. 
 

Uses of PropertyManager in com.ibm.di.config.base
 

Classes in com.ibm.di.config.base that implement PropertyManager
 class PropertyManagerImpl
          Manages the Property Stores in a MetamergeConfig.
 

Uses of PropertyManager in com.ibm.di.config.interfaces
 

Fields in com.ibm.di.config.interfaces declared as PropertyManager
protected  PropertyManager TDIProperties.pm
           
 

Uses of PropertyManager in com.ibm.di.config.xml
 

Methods in com.ibm.di.config.xml with parameters of type PropertyManager
 PropertyStoreConfig PropertyStoreFactory.parse(PropertyManager pm, Element elem)