Class TableProcessor.Input

  • Enclosing class:
    TableProcessor

    public static final class TableProcessor.Input
    extends java.lang.Object
    Input object for execute.
    • Field Detail

      • clientHttpRequestFactoryProvider

        public MfClientHttpRequestFactoryProvider clientHttpRequestFactoryProvider
        A factory for making http requests. This is added to the values by the framework and therefore does not need to be set in configuration
      • tempTaskDirectory

        public java.io.File tempTaskDirectory
        The directory to write the generated table to (if dynamic).
      • template

        public Template template
        The template containing this table processor.
    • Constructor Detail

      • Input

        public Input()