Klasse ConfigurationHandlers

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

public class ConfigurationHandlers extends Object
Contains the required handlers for reading the configuration. $Id: ConfigurationHandlers.java 1917241 2024-04-21 13:29:41Z tv $
  • Konstruktordetails

    • ConfigurationHandlers

      public ConfigurationHandlers()
      Standard constructor.
  • Methodendetails

    • getOutletTypes

      public OutletTypes getOutletTypes()
      Returns the known outlet types.
      Gibt zurück:
      the known outlet types, not null.
    • getOutputTypes

      public Map<String,OutputType> getOutputTypes()
      Returns the known output types.
      Gibt zurück:
      the known outlet types, not null.
    • getSourceSaxHandlerFactories

      public SourceSaxHandlerFactories getSourceSaxHandlerFactories()
      Returns the known source configuration handlers.
      Gibt zurück:
      the known source configuration handlers, not mull.
    • getStreamSourceFormats

      public Set<StreamSourceFormat> getStreamSourceFormats()
      Returns the known formats of stream (e.g. file) sources.
      Gibt zurück:
      the known stream source formats, not null.
    • getActionSaxHandlerFactories

      public ActionSaxHandlerFactories getActionSaxHandlerFactories()
      Returns the known mergepoint action handlers.
      Gibt zurück:
      the known mergepoint action handlers, not null.
    • getOptionsSaxHandlerFactories

      public OptionsSaxHandlerFactories getOptionsSaxHandlerFactories()
      Returns the known options handlers.
      Gibt zurück:
      the known options handlers, not null.