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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ControlConfiguration |
ControlConfigurationXmlParser.readControllerConfiguration(ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers)
Reads the controller configuration out of a configurationProvider.
|
Constructor and Description |
---|
ControlConfigurationSaxHandler(ControlConfiguration controllerConfiguration,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers)
Constructor.
|
OutputSaxHandler(ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers)
Constructor.
|
Constructor and Description |
---|
MergepointSaxHandler(ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationHandlers |
OutletSaxHandler.getConfigurationHandlers()
Returns the configuration handlers.
|
Modifier and Type | Method and 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 |
TypedOutletSaxHandlerFactory.getOutletSaxHandler(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.
|
OutletSaxHandler |
ReflectionOutletSaxHandlerFactory.getOutletSaxHandler(String outletType,
QualifiedName outletName,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers)
Returns a OutletSaxHandler for reading the configuration of
the 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.
|
OutletConfiguration |
OutletConfigurationXmlParser.readOutletConfiguration(ConfigurationProvider configurationProvider,
ConfigurationHandlers configurationHandlers,
UnitDescriptor unitDescriptor)
Reads all outlet configuration files and creates the outlet
configuration from them.
|
Constructor and Description |
---|
OutletConfigurationSaxHandler(ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers)
Constructor.
|
OutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers)
Creates a OutletSaxHandler.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationHandlers |
SourceSaxHandler.getConfigurationHandlers()
Returns the known configuration handlers.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcMetadataSourceProvider.initInternal(ConfigurationHandlers configurationHandlers,
ControllerState controllerState) |
protected void |
JdbcMetadataSourceProvider.resetInternal(ConfigurationHandlers configurationHandlers,
ControllerState controllerState) |
Modifier and Type | Method and Description |
---|---|
protected void |
FileSourceProvider.initInternal(ConfigurationHandlers configurationHandlers,
ControllerState controllerState)
Determines the files which match the source fileset.
|
void |
FileSourceProvider.resetInternal(ConfigurationHandlers configurationHandlers,
ControllerState controllerState) |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.