| 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. | 
| org.apache.torque.generator.configuration.outlet | 
      This package contains the classes for reading the outlet mappings for
      torque-generator's units of generation. | 
| org.apache.torque.generator.outlet | 
      This package defines torque generator outlets which produce output
      snippets from the source. | 
| org.apache.torque.generator.outlet.java | 
      This package defines java outlets and provides some implementations. | 
| Modifier and Type | Method and Description | 
|---|---|
| MergepointMapping | MergepointSaxHandler. getMergepointMapping()Returns the mergepointMapping configured by this SaxHandler. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<MergepointMapping> | OutletConfigurationSaxHandler. getMergepointMappings()Returns all mergepoint mappings which were configured
 outside the outlets in the parsed outlet configuration file. | 
| Constructor and Description | 
|---|
| OutletConfiguration(Collection<Outlet> outlets,
                   Collection<MergepointMapping> mergepointMappings,
                   UnitDescriptor unitDescriptor)Creates a OutletConfiguration containing a list of Outlets. | 
| Modifier and Type | Method and Description | 
|---|---|
| MergepointMapping | DebuggingOutletWrapper. getMergepointMapping(String name)Retrieves the mergepoint mapping for the given mergepoint name
 from the delegate and returns it. | 
| MergepointMapping | Outlet. getMergepointMapping(String name)Returns the mergepoint mapping for the given mergepoint name. | 
| MergepointMapping | OutletImpl. getMergepointMapping(String name)Returns the mergepoint mapping for the given mergepoint name. | 
| MergepointMapping | DebuggingOutletWrapper. setMergepointMapping(MergepointMapping mergepointMapping)Sets an mergepoint mapping in the delegate. | 
| MergepointMapping | Outlet. setMergepointMapping(MergepointMapping mergepointMapping)Sets an mergepoint mapping in the outlet. | 
| MergepointMapping | OutletImpl. setMergepointMapping(MergepointMapping mergepointMapping)Sets an mergepoint mapping in the outlet. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,MergepointMapping> | DebuggingOutletWrapper. getMergepointMappings()Returns the map of all mergepoint mappings in the delegate,
 keyed by their name. | 
| Map<String,MergepointMapping> | Outlet. getMergepointMappings()Returns the map of all mergepoint mappings, keyed by their name. | 
| Map<String,MergepointMapping> | OutletImpl. getMergepointMappings() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DebuggingOutletWrapper. addMergepointMapping(MergepointMapping mergepointMapping)Adds the mergepoint mapping to the delegate. | 
| void | Outlet. addMergepointMapping(MergepointMapping mergepointMapping)Adds an mergepoint mapping to the outlet. | 
| void | OutletImpl. addMergepointMapping(MergepointMapping mergepointMapping)Adds an mergepoint mapping to the outlet. | 
| MergepointMapping | DebuggingOutletWrapper. setMergepointMapping(MergepointMapping mergepointMapping)Sets an mergepoint mapping in the delegate. | 
| MergepointMapping | Outlet. setMergepointMapping(MergepointMapping mergepointMapping)Sets an mergepoint mapping in the outlet. | 
| MergepointMapping | OutletImpl. setMergepointMapping(MergepointMapping mergepointMapping)Sets an mergepoint mapping in the outlet. | 
| Modifier and Type | Method and Description | 
|---|---|
| MergepointMapping | OutletWithoutMergepoints. getMergepointMapping(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OutletWithoutMergepoints. addMergepointMapping(MergepointMapping mergepointMapping) | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.