Class WebApiInterpreterFactory

  • All Implemented Interfaces:
    org.intocps.maestro.interpreter.IExternalValueFactory

    public class WebApiInterpreterFactory
    extends org.intocps.maestro.interpreter.DefaultExternalValueFactory
    • Field Summary

      • Fields inherited from class org.intocps.maestro.interpreter.DefaultExternalValueFactory

        DATA_WRITER_TYPE_NAME, instantiators, MATH_TYPE_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      WebApiInterpreterFactory​(java.io.File workingDirectory, java.io.File csvOutputFile, java.util.List<java.lang.String> csvFilter)  
      WebApiInterpreterFactory​(java.io.File workingDirectory, org.springframework.web.socket.WebSocketSession ws, double interval, java.util.List<java.lang.String> webSocketFilter, java.io.File csvOutputFile, java.util.List<java.lang.String> csvFilter)  
    • Method Summary

      • Methods inherited from class org.intocps.maestro.interpreter.DefaultExternalValueFactory

        create, destroy, supports
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebApiInterpreterFactory

        public WebApiInterpreterFactory​(java.io.File workingDirectory,
                                        org.springframework.web.socket.WebSocketSession ws,
                                        double interval,
                                        java.util.List<java.lang.String> webSocketFilter,
                                        java.io.File csvOutputFile,
                                        java.util.List<java.lang.String> csvFilter)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • WebApiInterpreterFactory

        public WebApiInterpreterFactory​(java.io.File workingDirectory,
                                        java.io.File csvOutputFile,
                                        java.util.List<java.lang.String> csvFilter)
                                 throws java.io.IOException
        Throws:
        java.io.IOException