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

Packages that use ParserConfig
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.function Provides useful functions for the Tivoli Directory Integrator. 
com.ibm.di.model.descriptor   
com.ibm.di.parser Provides classes for the Directory Integrator's parsers. 
com.ibm.di.server Provides classes for the Tivoli Directory Integrator core engine. 
 

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

Classes in com.ibm.di.config.base that implement ParserConfig
 class ParserConfigImpl
          Implements the configuration for a Parser
 

Fields in com.ibm.di.config.base declared as ParserConfig
protected  ParserConfig ConnectorConfigImpl.parserConfig
          Parser configuration.
 

Methods in com.ibm.di.config.base that return ParserConfig
 ParserConfig MetamergeConfigImpl.getParser(Object name)
           
 ParserConfig PropertyStoreConfigImpl.getParserConfig()
          Associated Parser configuration
 ParserConfig ConnectorConfigImpl.getParserConfig()
           
 

Methods in com.ibm.di.config.base with parameters of type ParserConfig
 void ConnectorConfigImpl.setParserConfig(ParserConfig parser)
          Sets the parserConfig attribute of the ConnectorConfig object
 

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

Methods in com.ibm.di.config.interfaces that return ParserConfig
 ParserConfig MetamergeConfig.getParser(Object name)
          Returns the ParserConfig object for the named parser.
 ParserConfig PropertyStoreConfig.getParserConfig()
          Associated Parser configuration
 ParserConfig ConnectorConfig.getParserConfig()
          Associated Parser configuration
 

Methods in com.ibm.di.config.interfaces with parameters of type ParserConfig
 void ConnectorConfig.setParserConfig(ParserConfig parser)
          Sets the parserConfig attribute of the ConnectorConfig object
 

Uses of ParserConfig in com.ibm.di.function
 

Methods in com.ibm.di.function with parameters of type ParserConfig
static ParserInterface SystemFunctions.loadParser(ParserConfig config)
           
 

Uses of ParserConfig in com.ibm.di.model.descriptor
 

Methods in com.ibm.di.model.descriptor with parameters of type ParserConfig
static ParserDescriptor DescriptorUtils.getParserDescriptor(String connId, ParserConfig cfg)
          Generates a ParserDescriptor based on the tdi.xml for the parser specified by the provided parameters.
 

Uses of ParserConfig in com.ibm.di.parser
 

Fields in com.ibm.di.parser declared as ParserConfig
protected  ParserConfig ParserImpl.myConfiguration
          The parser's configuration.
 

Methods in com.ibm.di.parser with parameters of type ParserConfig
 void ParserInterface.setConfiguration(ParserConfig config)
          Sets the configuration attribute of the ParserInterface object
 void ParserImpl.setConfiguration(ParserConfig config)
          Set the parser configuration.
 

Uses of ParserConfig in com.ibm.di.server
 

Methods in com.ibm.di.server that return ParserConfig
 ParserConfig RSInterface.getParser(String name)
          Returns the the "Parser" entry for name
 ParserConfig RS.getParser(String name)
          Returns the the "Parser" entry for name