Uses of Class
org.apache.torque.generator.configuration.mergepoint.MergepointMapping
Packages that use MergepointMapping
Package
Description
This package contains the classes for reading the mergepoint mappings for
the Torque generator units of generation.
This package contains the classes for reading the outlet mappings for
torque-generator's units of generation.
This package defines torque generator outlets which produce output
snippets from the source.
This package defines java outlets and provides some implementations.
-
Uses of MergepointMapping in org.apache.torque.generator.configuration.mergepoint
Methods in org.apache.torque.generator.configuration.mergepoint that return MergepointMappingModifier and TypeMethodDescriptionMergepointSaxHandler.getMergepointMapping()Returns the mergepointMapping configured by this SaxHandler. -
Uses of MergepointMapping in org.apache.torque.generator.configuration.outlet
Methods in org.apache.torque.generator.configuration.outlet that return types with arguments of type MergepointMappingModifier and TypeMethodDescriptionOutletConfigurationSaxHandler.getMergepointMappings()Returns all mergepoint mappings which were configured outside the outlets in the parsed outlet configuration file. -
Uses of MergepointMapping in org.apache.torque.generator.outlet
Methods in org.apache.torque.generator.outlet that return MergepointMappingModifier and TypeMethodDescriptionDebuggingOutletWrapper.getMergepointMapping(String name) Retrieves the mergepoint mapping for the given mergepoint name from the delegate and returns it.Outlet.getMergepointMapping(String name) Returns the mergepoint mapping for the given mergepoint name.OutletImpl.getMergepointMapping(String name) Returns the mergepoint mapping for the given mergepoint name.DebuggingOutletWrapper.setMergepointMapping(MergepointMapping mergepointMapping) Sets an mergepoint mapping in the delegate.Outlet.setMergepointMapping(MergepointMapping mergepointMapping) Sets an mergepoint mapping in the outlet.OutletImpl.setMergepointMapping(MergepointMapping mergepointMapping) Sets an mergepoint mapping in the outlet.Methods in org.apache.torque.generator.outlet that return types with arguments of type MergepointMappingModifier and TypeMethodDescriptionDebuggingOutletWrapper.getMergepointMappings()Returns the map of all mergepoint mappings in the delegate, keyed by their name.Outlet.getMergepointMappings()Returns the map of all mergepoint mappings, keyed by their name.OutletImpl.getMergepointMappings()Methods in org.apache.torque.generator.outlet with parameters of type MergepointMappingModifier and TypeMethodDescriptionvoidDebuggingOutletWrapper.addMergepointMapping(MergepointMapping mergepointMapping) Adds the mergepoint mapping to the delegate.voidOutlet.addMergepointMapping(MergepointMapping mergepointMapping) Adds an mergepoint mapping to the outlet.voidOutletImpl.addMergepointMapping(MergepointMapping mergepointMapping) Adds an mergepoint mapping to the outlet.DebuggingOutletWrapper.setMergepointMapping(MergepointMapping mergepointMapping) Sets an mergepoint mapping in the delegate.Outlet.setMergepointMapping(MergepointMapping mergepointMapping) Sets an mergepoint mapping in the outlet.OutletImpl.setMergepointMapping(MergepointMapping mergepointMapping) Sets an mergepoint mapping in the outlet. -
Uses of MergepointMapping in org.apache.torque.generator.outlet.java
Methods in org.apache.torque.generator.outlet.java that return MergepointMappingModifier and TypeMethodDescriptionfinal MergepointMappingOutletWithoutMergepoints.getMergepointMapping(String name) Methods in org.apache.torque.generator.outlet.java with parameters of type MergepointMappingModifier and TypeMethodDescriptionfinal voidOutletWithoutMergepoints.addMergepointMapping(MergepointMapping mergepointMapping)