|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationHandlers | |
---|---|
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 | |
---|---|
ConfigurationHandlers |
UnitConfiguration.getConfigurationHandlers()
Returns the configuration handlers used to parse the configuration of this generation unit. |
ConfigurationHandlers |
Configuration.getConfigurationHandlers()
Returns the available configuration handlers. |
Methods in org.apache.torque.generator.configuration with parameters of type ConfigurationHandlers | |
---|---|
void |
UnitConfiguration.setConfigurationHandlers(ConfigurationHandlers configurationHandlers)
Sets the configuration handlers used to parse the configuration of this generation unit. |
void |
Configuration.setConfigurationHandlers(ConfigurationHandlers configurationHandlers)
Sets the available configuration handlers. |
Uses of ConfigurationHandlers in org.apache.torque.generator.configuration.controller |
---|
Methods in org.apache.torque.generator.configuration.controller with parameters of type ConfigurationHandlers | |
---|---|
ControlConfiguration |
ControlConfigurationXmlParser.readControllerConfiguration(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Reads the controller configuration out of a configurationProvider. |
Constructors in org.apache.torque.generator.configuration.controller with parameters of type ConfigurationHandlers | |
---|---|
ControlConfigurationSaxHandler(ControlConfiguration controllerConfiguration,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Constructor. |
|
OutputSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
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 | |
---|---|
MergepointSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Constructor. |
Uses of ConfigurationHandlers in org.apache.torque.generator.configuration.outlet |
---|
Methods in org.apache.torque.generator.configuration.outlet that return ConfigurationHandlers | |
---|---|
ConfigurationHandlers |
OutletSaxHandler.getConfigurationHandlers()
Returns the configuration handlers. |
Methods in org.apache.torque.generator.configuration.outlet with parameters of type ConfigurationHandlers | |
---|---|
OutletSaxHandler |
VelocityOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Returns a VelocityOutletSaxHandler for reading the configuration of Velocity outlets. |
OutletSaxHandler |
JavaOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Returns a JavaOutletSaxHandler for reading the configuration of Java outlets. |
OutletSaxHandler |
TypedOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Returns a OutletSaxHandler for reading in the configuration of a outlet. |
OutletSaxHandler |
CopyOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Returns a JavaOutletSaxHandler for reading the configuration of Java outlets. |
OutletSaxHandler |
ReflectionOutletSaxHandlerFactory.getOutletSaxHandler(String outletType,
QualifiedName outletName,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Returns a OutletSaxHandler for reading the configuration of the outlet. |
OutletSaxHandler |
UntypedOutletSaxHandlerFactory.getOutletSaxHandler(String outletType,
QualifiedName outletName,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
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. |
Constructors in org.apache.torque.generator.configuration.outlet with parameters of type ConfigurationHandlers | |
---|---|
OutletConfigurationSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Constructor. |
|
OutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
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 | |
---|---|
ConfigurationHandlers |
SourceSaxHandler.getConfigurationHandlers()
Returns the known configuration handlers. |
Methods in org.apache.torque.generator.configuration.source with parameters of type ConfigurationHandlers | |
---|---|
SourceSaxHandler |
FileSourceSaxHandlerFactory.getSourceSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Returns a FileSourceSaxHandlers for reading the configuration of file sources. |
SourceSaxHandler |
SourceSaxHandlerFactory.getSourceSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Returns a SourceSaxHandler for reading the configuration of sources. |
SourceSaxHandler |
JdbcMetadataSourceSaxHandlerFactory.getSourceSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Returns a JdbcMetadataSourceSaxHandler for reading the configuration of JDBC metadata sources. |
Constructors in org.apache.torque.generator.configuration.source with parameters of type ConfigurationHandlers | |
---|---|
FileSourceSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Constructor. |
|
JdbcMetadataSourceSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Constructor. |
|
SourceSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Constructor. |
Uses of ConfigurationHandlers in org.apache.torque.generator.source |
---|
Methods in org.apache.torque.generator.source with parameters of type ConfigurationHandlers | |
---|---|
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 | |
---|---|
void |
JdbcMetadataSourceProvider.initInternal(ConfigurationHandlers configurationHandlers,
ControllerState controllerState)
Generates an XML database schema from JDBC metadata. |
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 | |
---|---|
protected void |
FileSourceProvider.initInternal(ConfigurationHandlers configurationHandlers,
ControllerState controllerState)
Determines the files which match the source fileset. |
void |
FileSourceProvider.resetInternal(ConfigurationHandlers configurationHandlers,
ControllerState controllerState)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |