Uses of Interface
com.ibm.di.config.interfaces.ParserConfig
-
Packages that use ParserConfig Package Description com.ibm.di.config.base Provides classes that implement the Security Verify Directory Integrator configuration model.com.ibm.di.config.interfaces Provides the interfaces for the Security Verify Directory Integrator configuration model.com.ibm.di.function Provides useful functions for the Security Verify 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 Security Verify Directory Integrator core engine. -
-
Uses of ParserConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement ParserConfig Modifier and Type Class Description class
ParserConfigImpl
Implements the configuration for a ParserFields in com.ibm.di.config.base declared as ParserConfig Modifier and Type Field Description protected ParserConfig
ConnectorConfigImpl. parserConfig
Parser configuration.Methods in com.ibm.di.config.base that return ParserConfig Modifier and Type Method Description ParserConfig
MetamergeConfigImpl. getParser(java.lang.Object name)
ParserConfig
ConnectorConfigImpl. getParserConfig()
ParserConfig
PropertyStoreConfigImpl. getParserConfig()
Associated Parser configurationMethods in com.ibm.di.config.base with parameters of type ParserConfig Modifier and Type Method Description 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 Modifier and Type Method Description ParserConfig
MetamergeConfig. getParser(java.lang.Object name)
Returns the ParserConfig object for the named parser.ParserConfig
ConnectorConfig. getParserConfig()
Associated Parser configurationParserConfig
PropertyStoreConfig. getParserConfig()
Associated Parser configurationMethods in com.ibm.di.config.interfaces with parameters of type ParserConfig Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description static ParserDescriptor
DescriptorUtils. getParserDescriptor(java.lang.String connId, ParserConfig cfg)
Generates aParserDescriptor
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 Modifier and Type Field Description protected ParserConfig
ParserImpl. myConfiguration
The parser's configuration.Methods in com.ibm.di.parser with parameters of type ParserConfig Modifier and Type Method Description void
ParserImpl. setConfiguration(ParserConfig config)
Set the parser configuration.void
ParserInterface. setConfiguration(ParserConfig config)
Sets the configuration attribute of the ParserInterface object -
Uses of ParserConfig in com.ibm.di.server
Methods in com.ibm.di.server that return ParserConfig Modifier and Type Method Description ParserConfig
RS. getParser(java.lang.String name)
Returns the the "Parser" entry for nameParserConfig
RSInterface. getParser(java.lang.String name)
Returns the the "Parser" entry for name
-