org.apache.torque.generator.configuration
Class ConfigurationHandlers

java.lang.Object
  extended by org.apache.torque.generator.configuration.ConfigurationHandlers

public class ConfigurationHandlers
extends Object

Contains the required handlers for reading the configuration. $Id: ConfigurationHandlers.java 1331190 2012-04-27 02:41:35Z tfischer $


Constructor Summary
ConfigurationHandlers()
          Standard constructor.
 
Method Summary
 ActionSaxHandlerFactories getActionSaxHandlerFactories()
          Returns the known mergepoint action handlers.
 OptionsSaxHandlerFactories getOptionsSaxHandlerFactories()
          Returns the known options handlers.
 OutletTypes getOutletTypes()
          Returns the known outlet types.
 SourceSaxHandlerFactories getSourceSaxHandlerFactories()
          Returns the known source configuration handlers.
 Set<StreamSourceFormat> getStreamSourceFormats()
          Returns the known formats of stream (e.g.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationHandlers

public ConfigurationHandlers()
Standard constructor.

Method Detail

getOutletTypes

public OutletTypes getOutletTypes()
Returns the known outlet types.

Returns:
the known outlet types, not null.

getSourceSaxHandlerFactories

public SourceSaxHandlerFactories getSourceSaxHandlerFactories()
Returns the known source configuration handlers.

Returns:
the known source configuration handlers, not mull.

getStreamSourceFormats

public Set<StreamSourceFormat> getStreamSourceFormats()
Returns the known formats of stream (e.g. file) sources.

Returns:
the known stream source formats, not null.

getActionSaxHandlerFactories

public ActionSaxHandlerFactories getActionSaxHandlerFactories()
Returns the known mergepoint action handlers.

Returns:
the known mergepoint action handlers, not null.

getOptionsSaxHandlerFactories

public OptionsSaxHandlerFactories getOptionsSaxHandlerFactories()
Returns the known options handlers.

Returns:
the known options handlers, not null.


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