Package | Description |
---|---|
org.apache.torque.generator.configuration.mergepoint |
This package contains the classes for reading the mergepoint mappings for
the Torque generator units of generation.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplyActionSaxHandlerFactory
A Factory which creates a SAX handler for an ApplyAction.
|
class |
OptionActionSaxHandlerFactory
A Factory which creates a SAX handler for an OptionAction.
|
class |
OutputActionSaxHandlerFactory
A Factory which creates a SAX handler for an OutputAction.
|
class |
SourceElementAttributeActionSaxHandlerFactory
A Factory which creates a SAX handler for a SourceElementAttributeAction.
|
class |
TraverseAllActionSaxHandlerFactory
A Factory which creates a SAX handler for a TraverseAllAction.
|
Modifier and Type | Method and Description |
---|---|
ActionSaxHandlerFactory |
ActionSaxHandlerFactories.getActionSaxHandlerFactory(String type)
Returns the ActionSaxHandlerFactory associated with the given type.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionSaxHandlerFactories.register(ActionSaxHandlerFactory factory)
Registers a handler for a new action type.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.