Uses of Class
org.apache.torque.generator.configuration.ConfigurationHandlers
Packages that use ConfigurationHandlers
Package
Description
This package contains the classes for configuring the Torque generator.
This package contains the classes for reading the control configuration of
the Torque generator units of generation.
This package contains the classes for reading the mergepoint mappings for
the Torque generator units of generation.
This package contains the classes for reading the outlet mappings for
torque-generator's units of generation.
This package provides SAXhandlers for reading the source configuration
snippets in the control file.
This package contains the handling of source files.
This package implements sources which read from jdbc.
This package contains the handling of stream-based sources,
such as file sources.
-
Uses of ConfigurationHandlers in org.apache.torque.generator.configuration
Methods in org.apache.torque.generator.configuration that return ConfigurationHandlersModifier and TypeMethodDescriptionConfiguration.getConfigurationHandlers()Returns the available configuration handlers.UnitConfiguration.getConfigurationHandlers()Returns the configuration handlers used to parse the configuration of this generation unit.Methods in org.apache.torque.generator.configuration with parameters of type ConfigurationHandlersModifier and TypeMethodDescriptionvoidConfiguration.setConfigurationHandlers(ConfigurationHandlers configurationHandlers) Sets the available configuration handlers.voidUnitConfiguration.setConfigurationHandlers(ConfigurationHandlers configurationHandlers) Sets the configuration handlers used to parse the configuration of this generation unit. -
Uses of ConfigurationHandlers in org.apache.torque.generator.configuration.controller
Methods in org.apache.torque.generator.configuration.controller with parameters of type ConfigurationHandlersModifier and TypeMethodDescriptionControlConfigurationXmlParser.readControllerConfiguration(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Reads the controller configuration out of a configurationProvider.Constructors in org.apache.torque.generator.configuration.controller with parameters of type ConfigurationHandlersModifierConstructorDescriptionControlConfigurationSaxHandler(ControlConfiguration controllerConfiguration, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Constructor.OutputSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Constructor. -
Uses of ConfigurationHandlers in org.apache.torque.generator.configuration.mergepoint
Constructors in org.apache.torque.generator.configuration.mergepoint with parameters of type ConfigurationHandlersModifierConstructorDescriptionMergepointSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Constructor. -
Uses of ConfigurationHandlers in org.apache.torque.generator.configuration.outlet
Methods in org.apache.torque.generator.configuration.outlet that return ConfigurationHandlersModifier and TypeMethodDescriptionOutletSaxHandler.getConfigurationHandlers()Returns the configuration handlers.Methods in org.apache.torque.generator.configuration.outlet with parameters of type ConfigurationHandlersModifier and TypeMethodDescriptionfinal OutletSaxHandlerCopyOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.final OutletSaxHandlerGroovyOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a GroovyOutletSaxHandler for reading the configuration of Groovy outlets.final OutletSaxHandlerJavaOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.final OutletSaxHandlerReflectionOutletSaxHandlerFactory.getOutletSaxHandler(String outletType, QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a OutletSaxHandler for reading the configuration of the outlet.TypedOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a OutletSaxHandler for reading in the configuration of a outlet.UntypedOutletSaxHandlerFactory.getOutletSaxHandler(String outletType, QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a OutletSaxHandler for reading in the configuration of a outlet.final OutletSaxHandlerVelocityOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a VelocityOutletSaxHandler for reading the configuration of Velocity outlets.OutletConfigurationXmlParser.readOutletConfiguration(ConfigurationProvider configurationProvider, ConfigurationHandlers configurationHandlers, UnitDescriptor unitDescriptor) Reads all outlet configuration files and creates the outlet configuration from them.Constructors in org.apache.torque.generator.configuration.outlet with parameters of type ConfigurationHandlersModifierConstructorDescriptionOutletConfigurationSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Constructor.OutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Creates a OutletSaxHandler. -
Uses of ConfigurationHandlers in org.apache.torque.generator.configuration.source
Methods in org.apache.torque.generator.configuration.source that return ConfigurationHandlersModifier and TypeMethodDescriptionSourceSaxHandler.getConfigurationHandlers()Returns the known configuration handlers.Methods in org.apache.torque.generator.configuration.source with parameters of type ConfigurationHandlersModifier and TypeMethodDescriptionfinal SourceSaxHandlerFileSourceSaxHandlerFactory.getSourceSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a FileSourceSaxHandlers for reading the configuration of file sources.final SourceSaxHandlerJdbcMetadataSourceSaxHandlerFactory.getSourceSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a JdbcMetadataSourceSaxHandler for reading the configuration of JDBC metadata sources.SourceSaxHandlerFactory.getSourceSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a SourceSaxHandler for reading the configuration of sources.Constructors in org.apache.torque.generator.configuration.source with parameters of type ConfigurationHandlersModifierConstructorDescriptionFileSourceSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Constructor.JdbcMetadataSourceSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Constructor.SourceSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Constructor. -
Uses of ConfigurationHandlers in org.apache.torque.generator.source
Methods in org.apache.torque.generator.source with parameters of type ConfigurationHandlersModifier and TypeMethodDescriptionfinal voidSourceProvider.init(ConfigurationHandlers configurationHandlers, ControllerState controllerState) Initializes the source provider.protected abstract voidSourceProvider.initInternal(ConfigurationHandlers configurationHandlers, ControllerState controllerState) Initializes the sources provided by this SourceProvider.final voidSourceProvider.reset(ConfigurationHandlers configurationHandlers, ControllerState controllerState) Resets the source provider.protected abstract voidSourceProvider.resetInternal(ConfigurationHandlers configurationHandlers, ControllerState controllerState) Resets the sources provided by this SourceProvider. -
Uses of ConfigurationHandlers in org.apache.torque.generator.source.jdbc
Methods in org.apache.torque.generator.source.jdbc with parameters of type ConfigurationHandlersModifier and TypeMethodDescriptionvoidJdbcMetadataSourceProvider.initInternal(ConfigurationHandlers configurationHandlers, ControllerState controllerState) protected voidJdbcMetadataSourceProvider.resetInternal(ConfigurationHandlers configurationHandlers, ControllerState controllerState) -
Uses of ConfigurationHandlers in org.apache.torque.generator.source.stream
Methods in org.apache.torque.generator.source.stream with parameters of type ConfigurationHandlersModifier and TypeMethodDescriptionprotected voidFileSourceProvider.initInternal(ConfigurationHandlers configurationHandlers, ControllerState controllerState) Determines the files which match the source fileset.voidFileSourceProvider.resetInternal(ConfigurationHandlers configurationHandlers, ControllerState controllerState)