Klasse FileSourceSaxHandlerFactory
java.lang.Object
org.apache.torque.generator.configuration.source.FileSourceSaxHandlerFactory
- Alle implementierten Schnittstellen:
SourceSaxHandlerFactory
A Factory which creates a SAX handler for file sources.
- Version:
- $Id: FileSourceSaxHandlerFactory.java 1839288 2018-08-27 09:48:33Z tv $
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal SourceSaxHandler
getSourceSaxHandler
(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a FileSourceSaxHandlers for reading the configuration of file sources.getType()
Returns the source type which can be handled by the FileSourceSaxHandlers created by this factory.
-
Konstruktordetails
-
FileSourceSaxHandlerFactory
public FileSourceSaxHandlerFactory()
-
-
Methodendetails
-
getType
Returns the source type which can be handled by the FileSourceSaxHandlers created by this factory.- Angegeben von:
getType
in SchnittstelleSourceSaxHandlerFactory
- Gibt zurück:
- "fileSource".
-
getSourceSaxHandler
public final SourceSaxHandler getSourceSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a FileSourceSaxHandlers for reading the configuration of file sources.- Angegeben von:
getSourceSaxHandler
in SchnittstelleSourceSaxHandlerFactory
- Parameter:
configurationProvider
- The access object for the configuration files, not null.unitDescriptor
- The description of the generation unit, not null.configurationHandlers
- All known configuration handlers, not null.- Gibt zurück:
- a new FileSourcesSaxHandlers.
-