Uses of Class
org.apache.torque.generator.source.SourceProvider
Packages that use SourceProvider
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 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.
-
Uses of SourceProvider in org.apache.torque.generator.configuration
Methods in org.apache.torque.generator.configuration that return SourceProviderModifier and TypeMethodDescriptionUnitConfiguration.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.Methods in org.apache.torque.generator.configuration with parameters of type SourceProviderModifier and TypeMethodDescriptionvoidUnitConfiguration.setOverrideSourceProvider(SourceProvider overrideSourceProvider) Sets the source provider which overrides the source provider defined in the control file.voidUnitDescriptor.setOverrideSourceProvider(SourceProvider overrideSourceProvider) Sets the source provider overriding the source defined in the control file. -
Uses of SourceProvider in org.apache.torque.generator.configuration.controller
Methods in org.apache.torque.generator.configuration.controller that return SourceProviderModifier and TypeMethodDescriptionOutput.getSourceProvider()Returns the source provider which provides the input for generating the output file's contents.Methods in org.apache.torque.generator.configuration.controller with parameters of type SourceProviderModifier and TypeMethodDescriptionvoidOutput.setSourceProvider(SourceProvider sourceProvider) Sets the source provider which provides the input for generating the output file's contents. -
Uses of SourceProvider in org.apache.torque.generator.configuration.source
Methods in org.apache.torque.generator.configuration.source that return SourceProviderModifier and TypeMethodDescriptionFileSourceSaxHandler.getSourceProvider()Returns the information how to read the sources.JdbcMetadataSourceSaxHandler.getSourceProvider()Returns the configuration filled with the contents of the parsed snippet.abstract SourceProviderSourceSaxHandler.getSourceProvider()Returns the information how to read the sources. -
Uses of SourceProvider in org.apache.torque.generator.control
Methods in org.apache.torque.generator.control that return SourceProviderModifier and TypeMethodDescriptionControllerState.getSourceProvider()Returns the source provider which is currently in use.Methods in org.apache.torque.generator.control with parameters of type SourceProviderModifier and TypeMethodDescriptionvoidControllerState.setSourceProvider(SourceProvider sourceProvider) Sets the source provider which is currently in use. -
Uses of SourceProvider in org.apache.torque.generator.source
Methods in org.apache.torque.generator.source that return SourceProviderModifier and TypeMethodDescriptionabstract SourceProviderSourceProvider.copy()Returns a copy of this source provider in its initial state.Methods in org.apache.torque.generator.source with parameters of type SourceProviderModifier and TypeMethodDescriptionabstract voidSourceProvider.copyNotSetSettingsFrom(SourceProvider sourceProvider) Copies settings which are not set in this source provider from another source provider. -
Uses of SourceProvider in org.apache.torque.generator.source.jdbc
Subclasses of SourceProvider in org.apache.torque.generator.source.jdbcModifier and TypeClassDescriptionclassCreates a source from JDBC metadata.Methods in org.apache.torque.generator.source.jdbc that return SourceProviderModifier and TypeMethodDescriptionJdbcMetadataSourceProvider.copy()Returns a copy of this source provider in its initial state.Methods in org.apache.torque.generator.source.jdbc with parameters of type SourceProviderModifier and TypeMethodDescriptionvoidJdbcMetadataSourceProvider.copyNotSetSettingsFrom(SourceProvider sourceProvider) Copies settings which are not set in this source provider from another source provider. -
Uses of SourceProvider in org.apache.torque.generator.source.stream
Subclasses of SourceProvider in org.apache.torque.generator.source.streamModifier and TypeClassDescriptionclassContains sources which are read from files in the file system.Methods in org.apache.torque.generator.source.stream that return SourceProviderModifier and TypeMethodDescriptionFileSourceProvider.copy()Returns a copy of this source provider in its initial state.Methods in org.apache.torque.generator.source.stream with parameters of type SourceProviderModifier and TypeMethodDescriptionvoidFileSourceProvider.copyNotSetSettingsFrom(SourceProvider sourceProvider) Copies settings which are not set in this source provider from another source provider.