Uses of Class
org.apache.torque.generator.configuration.mergepoint.MergepointMapping

Packages that use MergepointMapping
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. 
 

Uses of MergepointMapping in org.apache.torque.generator.configuration.mergepoint
 

Methods in org.apache.torque.generator.configuration.mergepoint that return MergepointMapping
 MergepointMapping MergepointSaxHandler.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 MergepointMapping
 List<MergepointMapping> OutletConfigurationSaxHandler.getMergepointMappings()
          Returns all mergepoint mappings which were configured outside the outlets in the parsed outlet configuration file.
 

Constructor parameters in org.apache.torque.generator.configuration.outlet with type arguments of type MergepointMapping
OutletConfiguration(Collection<Outlet> outlets, Collection<MergepointMapping> mergepointMappings, UnitDescriptor unitDescriptor)
          Creates a OutletConfiguration containing a list of Outlets.
 

Uses of MergepointMapping in org.apache.torque.generator.outlet
 

Methods in org.apache.torque.generator.outlet that return MergepointMapping
 MergepointMapping DebuggingOutletWrapper.getMergepointMapping(String name)
          Retrieves the mergepoint mapping for the given mergepoint name from the delegate and returns it.
 MergepointMapping OutletImpl.getMergepointMapping(String name)
          Returns the mergepoint mapping for the given mergepoint name.
 MergepointMapping Outlet.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 OutletImpl.setMergepointMapping(MergepointMapping mergepointMapping)
          Sets an mergepoint mapping in the outlet.
 MergepointMapping Outlet.setMergepointMapping(MergepointMapping mergepointMapping)
          Sets an mergepoint mapping in the outlet.
 

Methods in org.apache.torque.generator.outlet that return types with arguments of type MergepointMapping
 Map<String,MergepointMapping> DebuggingOutletWrapper.getMergepointMappings()
          Returns the map of all mergepoint mappings in the delegate, keyed by their name.
 Map<String,MergepointMapping> OutletImpl.getMergepointMappings()
           
 Map<String,MergepointMapping> Outlet.getMergepointMappings()
          Returns the map of all mergepoint mappings, keyed by their name.
 

Methods in org.apache.torque.generator.outlet with parameters of type MergepointMapping
 void DebuggingOutletWrapper.addMergepointMapping(MergepointMapping mergepointMapping)
          Adds the mergepoint mapping to the delegate.
 void OutletImpl.addMergepointMapping(MergepointMapping mergepointMapping)
          Adds an mergepoint mapping to the outlet.
 void Outlet.addMergepointMapping(MergepointMapping mergepointMapping)
          Adds an mergepoint mapping to the outlet.
 MergepointMapping DebuggingOutletWrapper.setMergepointMapping(MergepointMapping mergepointMapping)
          Sets an mergepoint mapping in the delegate.
 MergepointMapping OutletImpl.setMergepointMapping(MergepointMapping mergepointMapping)
          Sets an mergepoint mapping in the outlet.
 MergepointMapping Outlet.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 MergepointMapping
 MergepointMapping OutletWithoutMergepoints.getMergepointMapping(String name)
           
 

Methods in org.apache.torque.generator.outlet.java with parameters of type MergepointMapping
 void OutletWithoutMergepoints.addMergepointMapping(MergepointMapping mergepointMapping)
           
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.