public class FileSourceSaxHandlerFactory extends Object implements SourceSaxHandlerFactory
Constructor and Description |
---|
FileSourceSaxHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
SourceSaxHandler |
getSourceSaxHandler(ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers)
Returns a FileSourceSaxHandlers for reading the configuration of
file sources.
|
String |
getType()
Returns the source type which can be handled by the
FileSourceSaxHandlers created by this factory.
|
public String getType()
getType
in interface SourceSaxHandlerFactory
public final SourceSaxHandler getSourceSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers)
getSourceSaxHandler
in interface SourceSaxHandlerFactory
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.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.