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 classParserConfigImplImplements the configuration for a ParserFields in com.ibm.di.config.base declared as ParserConfig Modifier and Type Field Description protected ParserConfigConnectorConfigImpl. parserConfigParser configuration.Methods in com.ibm.di.config.base that return ParserConfig Modifier and Type Method Description ParserConfigMetamergeConfigImpl. getParser(java.lang.Object name)ParserConfigConnectorConfigImpl. getParserConfig()ParserConfigPropertyStoreConfigImpl. getParserConfig()Associated Parser configurationMethods in com.ibm.di.config.base with parameters of type ParserConfig Modifier and Type Method Description voidConnectorConfigImpl. 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 ParserConfigMetamergeConfig. getParser(java.lang.Object name)Returns the ParserConfig object for the named parser.ParserConfigConnectorConfig. getParserConfig()Associated Parser configurationParserConfigPropertyStoreConfig. getParserConfig()Associated Parser configurationMethods in com.ibm.di.config.interfaces with parameters of type ParserConfig Modifier and Type Method Description voidConnectorConfig. 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 ParserInterfaceSystemFunctions. 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 ParserDescriptorDescriptorUtils. getParserDescriptor(java.lang.String connId, ParserConfig cfg)Generates aParserDescriptorbased 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 ParserConfigParserImpl. myConfigurationThe parser's configuration.Methods in com.ibm.di.parser with parameters of type ParserConfig Modifier and Type Method Description voidParserImpl. setConfiguration(ParserConfig config)Set the parser configuration.voidParserInterface. 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 ParserConfigRS. getParser(java.lang.String name)Returns the the "Parser" entry for nameParserConfigRSInterface. getParser(java.lang.String name)Returns the the "Parser" entry for name
-