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

Packages that use ParserConfig
com.ibm.di.admin   
com.ibm.di.admin.ui   
com.ibm.di.config.base   
com.ibm.di.config.interfaces   
com.ibm.di.function   
com.ibm.di.parser   
com.ibm.di.server   
 

Uses of ParserConfig in com.ibm.di.admin
 

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

Uses of ParserConfig in com.ibm.di.admin.ui
 

Methods in com.ibm.di.admin.ui that return ParserConfig
static ParserConfig Util.createInheritedParser(MetamergeConfig referent, ParserConfig config)
           
static ParserConfig Util.createInheritedParser(ParserConfig config)
           
static ParserConfig Util.newParser(MetamergeConfig mc)
           
 

Methods in com.ibm.di.admin.ui with parameters of type ParserConfig
static ParserConfig Util.createInheritedParser(MetamergeConfig referent, ParserConfig config)
           
static ParserConfig Util.createInheritedParser(ParserConfig config)
           
 

Constructors in com.ibm.di.admin.ui with parameters of type ParserConfig
ParserConfigUI(ParserConfig config)
           
 

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

Classes in com.ibm.di.config.base that implement ParserConfig
 class ParserConfigImpl
           
 

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

Methods in com.ibm.di.config.base with parameters of type ParserConfig
 void ConnectorConfigImpl.setParserConfig(ParserConfig parser)
           
 

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.parser
 

Fields in com.ibm.di.parser declared as ParserConfig
protected  ParserConfig ParserImpl.myConfiguration
           
 

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