Verwendungen von Klasse
org.apache.torque.generator.source.SourceProvider
Packages, die SourceProvider verwenden
Package
Beschreibung
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 provides SAXhandlers for reading the source configuration
snippets in the control file.
This package implements the torque generator Controller .
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.
-
Verwendungen von SourceProvider in org.apache.torque.generator.configuration
Methoden in org.apache.torque.generator.configuration, die SourceProvider zurückgebenModifizierer und TypMethodeBeschreibungUnitConfiguration.getOverrideSourceProvider()
Returns the source provider which overrides the source provider defined in the control file.UnitDescriptor.getOverrideSourceProvider()
Returns the source provider overriding the source defined in the control file, or null if the control file definition is not overridden.Methoden in org.apache.torque.generator.configuration mit Parametern vom Typ SourceProviderModifizierer und TypMethodeBeschreibungvoid
UnitConfiguration.setOverrideSourceProvider
(SourceProvider overrideSourceProvider) Sets the source provider which overrides the source provider defined in the control file.void
UnitDescriptor.setOverrideSourceProvider
(SourceProvider overrideSourceProvider) Sets the source provider overriding the source defined in the control file. -
Verwendungen von SourceProvider in org.apache.torque.generator.configuration.controller
Methoden in org.apache.torque.generator.configuration.controller, die SourceProvider zurückgebenModifizierer und TypMethodeBeschreibungOutput.getSourceProvider()
Returns the source provider which provides the input for generating the output file's contents.Methoden in org.apache.torque.generator.configuration.controller mit Parametern vom Typ SourceProviderModifizierer und TypMethodeBeschreibungvoid
Output.setSourceProvider
(SourceProvider sourceProvider) Sets the source provider which provides the input for generating the output file's contents. -
Verwendungen von SourceProvider in org.apache.torque.generator.configuration.source
Methoden in org.apache.torque.generator.configuration.source, die SourceProvider zurückgebenModifizierer und TypMethodeBeschreibungFileSourceSaxHandler.getSourceProvider()
Returns the information how to read the sources.JdbcMetadataSourceSaxHandler.getSourceProvider()
Returns the configuration filled with the contents of the parsed snippet.abstract SourceProvider
SourceSaxHandler.getSourceProvider()
Returns the information how to read the sources. -
Verwendungen von SourceProvider in org.apache.torque.generator.control
Methoden in org.apache.torque.generator.control, die SourceProvider zurückgebenModifizierer und TypMethodeBeschreibungControllerState.getSourceProvider()
Returns the source provider which is currently in use.Methoden in org.apache.torque.generator.control mit Parametern vom Typ SourceProviderModifizierer und TypMethodeBeschreibungvoid
ControllerState.setSourceProvider
(SourceProvider sourceProvider) Sets the source provider which is currently in use. -
Verwendungen von SourceProvider in org.apache.torque.generator.source
Methoden in org.apache.torque.generator.source, die SourceProvider zurückgebenModifizierer und TypMethodeBeschreibungabstract SourceProvider
SourceProvider.copy()
Returns a copy of this source provider in its initial state.Methoden in org.apache.torque.generator.source mit Parametern vom Typ SourceProviderModifizierer und TypMethodeBeschreibungabstract void
SourceProvider.copyNotSetSettingsFrom
(SourceProvider sourceProvider) Copies settings which are not set in this source provider from another source provider. -
Verwendungen von SourceProvider in org.apache.torque.generator.source.jdbc
Unterklassen von SourceProvider in org.apache.torque.generator.source.jdbcModifizierer und TypKlasseBeschreibungclass
Creates a source from JDBC metadata.Methoden in org.apache.torque.generator.source.jdbc, die SourceProvider zurückgebenModifizierer und TypMethodeBeschreibungJdbcMetadataSourceProvider.copy()
Returns a copy of this source provider in its initial state.Methoden in org.apache.torque.generator.source.jdbc mit Parametern vom Typ SourceProviderModifizierer und TypMethodeBeschreibungvoid
JdbcMetadataSourceProvider.copyNotSetSettingsFrom
(SourceProvider sourceProvider) Copies settings which are not set in this source provider from another source provider. -
Verwendungen von SourceProvider in org.apache.torque.generator.source.stream
Unterklassen von SourceProvider in org.apache.torque.generator.source.streamModifizierer und TypKlasseBeschreibungclass
Contains sources which are read from files in the file system.Methoden in org.apache.torque.generator.source.stream, die SourceProvider zurückgebenModifizierer und TypMethodeBeschreibungFileSourceProvider.copy()
Returns a copy of this source provider in its initial state.Methoden in org.apache.torque.generator.source.stream mit Parametern vom Typ SourceProviderModifizierer und TypMethodeBeschreibungvoid
FileSourceProvider.copyNotSetSettingsFrom
(SourceProvider sourceProvider) Copies settings which are not set in this source provider from another source provider.