Class Tibet2Debugger

java.lang.Object
org.frankframework.ladybug.LadybugDebugger
org.frankframework.ladybug.tibet2.Tibet2Debugger
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.ApplicationListener<DebuggerStatusChangedEvent>, org.wearefrank.ladybug.Debugger, org.wearefrank.ladybug.Rerunner

public class Tibet2Debugger extends LadybugDebugger
Author:
Jaco de Groot
  • Constructor Details

    • Tibet2Debugger

      public Tibet2Debugger()
  • Method Details

    • getStubStrategies

      public List<String> getStubStrategies()
      Specified by:
      getStubStrategies in interface org.wearefrank.ladybug.Debugger
      Overrides:
      getStubStrategies in class LadybugDebugger
    • getDefaultStubStrategy

      public String getDefaultStubStrategy()
      Specified by:
      getDefaultStubStrategy in interface org.wearefrank.ladybug.Debugger
      Overrides:
      getDefaultStubStrategy in class LadybugDebugger
    • rerun

      public String rerun(String correlationId, org.wearefrank.ladybug.Report originalReport, org.wearefrank.ladybug.SecurityContext securityContext, org.wearefrank.ladybug.run.ReportRunner reportRunner)
      Specified by:
      rerun in interface org.wearefrank.ladybug.Rerunner
      Overrides:
      rerun in class LadybugDebugger