Class Maestro2Broker


  • public class Maestro2Broker
    extends java.lang.Object
    • Constructor Detail

      • Maestro2Broker

        public Maestro2Broker​(java.io.File workingDirectory,
                              org.intocps.maestro.ErrorReporter reporter)
    • Method Detail

      • generateSpecification

        public void generateSpecification​(org.intocps.maestro.template.MaBLTemplateConfiguration config)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • executeInterpreter

        public void executeInterpreter​(org.springframework.web.socket.WebSocketSession webSocket,
                                       java.util.List<java.lang.String> csvFilter,
                                       java.util.List<java.lang.String> webSocketFilter,
                                       double interval,
                                       java.io.File csvOutputFile)
                                throws java.io.IOException,
                                       org.intocps.maestro.ast.analysis.AnalysisException
        Throws:
        java.io.IOException
        org.intocps.maestro.ast.analysis.AnalysisException
      • setVerbose

        public void setVerbose​(boolean verbose)