Uses of Class
org.apache.torque.generator.configuration.ConfigurationHandlers
-
Packages that use ConfigurationHandlers Package Description org.apache.torque.generator.configuration This package contains the classes for configuring the Torque generator.org.apache.torque.generator.configuration.controller This package contains the classes for reading the control configuration of the Torque generator units of generation.org.apache.torque.generator.configuration.mergepoint This package contains the classes for reading the mergepoint mappings for the Torque generator units of generation.org.apache.torque.generator.configuration.outlet This package contains the classes for reading the outlet mappings for torque-generator's units of generation.org.apache.torque.generator.configuration.source This package provides SAXhandlers for reading the source configuration snippets in the control file.org.apache.torque.generator.source This package contains the handling of source files.org.apache.torque.generator.source.jdbc This package implements sources which read from jdbc.org.apache.torque.generator.source.stream 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 ConfigurationHandlers Modifier and Type Method Description ConfigurationHandlers
Configuration. getConfigurationHandlers()
Returns the available configuration handlers.ConfigurationHandlers
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 ConfigurationHandlers Modifier and Type Method Description void
Configuration. setConfigurationHandlers(ConfigurationHandlers configurationHandlers)
Sets the available configuration handlers.void
UnitConfiguration. 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 ConfigurationHandlers Modifier and Type Method Description ControlConfiguration
ControlConfigurationXmlParser. 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 ConfigurationHandlers Constructor Description ControlConfigurationSaxHandler(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 ConfigurationHandlers Constructor Description MergepointSaxHandler(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 ConfigurationHandlers Modifier and Type Method Description ConfigurationHandlers
OutletSaxHandler. getConfigurationHandlers()
Returns the configuration handlers.Methods in org.apache.torque.generator.configuration.outlet with parameters of type ConfigurationHandlers Modifier and Type Method Description OutletSaxHandler
CopyOutletSaxHandlerFactory. getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers)
Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.OutletSaxHandler
GroovyOutletSaxHandlerFactory. getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers)
Returns a GroovyOutletSaxHandler for reading the configuration of Groovy outlets.OutletSaxHandler
JavaOutletSaxHandlerFactory. getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers)
Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.OutletSaxHandler
ReflectionOutletSaxHandlerFactory. getOutletSaxHandler(String outletType, QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers)
Returns a OutletSaxHandler for reading the configuration of the outlet.OutletSaxHandler
TypedOutletSaxHandlerFactory. getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers)
Returns a OutletSaxHandler for reading in the configuration of a outlet.OutletSaxHandler
UntypedOutletSaxHandlerFactory. getOutletSaxHandler(String outletType, QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers)
Returns a OutletSaxHandler for reading in the configuration of a outlet.OutletSaxHandler
VelocityOutletSaxHandlerFactory. getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers)
Returns a VelocityOutletSaxHandler for reading the configuration of Velocity outlets.OutletConfiguration
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 ConfigurationHandlers Constructor Description OutletConfigurationSaxHandler(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 ConfigurationHandlers Modifier and Type Method Description ConfigurationHandlers
SourceSaxHandler. getConfigurationHandlers()
Returns the known configuration handlers.Methods in org.apache.torque.generator.configuration.source with parameters of type ConfigurationHandlers Modifier and Type Method Description SourceSaxHandler
FileSourceSaxHandlerFactory. getSourceSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers)
Returns a FileSourceSaxHandlers for reading the configuration of file sources.SourceSaxHandler
JdbcMetadataSourceSaxHandlerFactory. getSourceSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers)
Returns a JdbcMetadataSourceSaxHandler for reading the configuration of JDBC metadata sources.SourceSaxHandler
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 ConfigurationHandlers Constructor Description FileSourceSaxHandler(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 ConfigurationHandlers Modifier and Type Method Description void
SourceProvider. init(ConfigurationHandlers configurationHandlers, ControllerState controllerState)
Initializes the source provider.protected abstract void
SourceProvider. initInternal(ConfigurationHandlers configurationHandlers, ControllerState controllerState)
Initializes the sources provided by this SourceProvider.void
SourceProvider. reset(ConfigurationHandlers configurationHandlers, ControllerState controllerState)
Resets the source provider.protected abstract void
SourceProvider. 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 ConfigurationHandlers Modifier and Type Method Description void
JdbcMetadataSourceProvider. initInternal(ConfigurationHandlers configurationHandlers, ControllerState controllerState)
protected void
JdbcMetadataSourceProvider. 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 ConfigurationHandlers Modifier and Type Method Description protected void
FileSourceProvider. initInternal(ConfigurationHandlers configurationHandlers, ControllerState controllerState)
Determines the files which match the source fileset.void
FileSourceProvider. resetInternal(ConfigurationHandlers configurationHandlers, ControllerState controllerState)
-