Package | Description |
---|---|
org.apache.torque.generator.configuration.outlet |
This package contains the classes for reading the outlet mappings for
torque-generator's units of generation.
|
Modifier and Type | Method and Description |
---|---|
OutletSaxHandler |
OutletConfigurationSaxHandler.getOutletHandler(QualifiedName outletName,
String outletType)
Returns the correct handler for a outlet tag.
|
OutletSaxHandler |
CopyOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers)
Returns a JavaOutletSaxHandler for reading the configuration of
Java outlets.
|
OutletSaxHandler |
GroovyOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers)
Returns a GroovyOutletSaxHandler for reading the configuration of
Groovy outlets.
|
OutletSaxHandler |
JavaOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers)
Returns a JavaOutletSaxHandler for reading the configuration of
Java outlets.
|
OutletSaxHandler |
TypedOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers)
Returns a OutletSaxHandler for reading in the configuration of
a outlet.
|
OutletSaxHandler |
VelocityOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers)
Returns a VelocityOutletSaxHandler for reading the configuration of
Velocity outlets.
|
OutletSaxHandler |
ReflectionOutletSaxHandlerFactory.getOutletSaxHandler(String outletType,
QualifiedName outletName,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers)
Returns a OutletSaxHandler for reading the configuration of
the outlet.
|
OutletSaxHandler |
UntypedOutletSaxHandlerFactory.getOutletSaxHandler(String outletType,
QualifiedName outletName,
ConfigurationProvider configurationProvider,
UnitDescriptor unitDescriptor,
ConfigurationHandlers configurationHandlers)
Returns a OutletSaxHandler for reading in the configuration of
a outlet.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.