Class ConfigurationHandlers


  • public class ConfigurationHandlers
    extends Object
    Contains the required handlers for reading the configuration. $Id: ConfigurationHandlers.java 1840416 2018-09-09 15:10:22Z tv $
    • 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.
      • getOutputTypes

        public Map<String,​OutputType> getOutputTypes()
        Returns the known output 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.