Class DebuggerActive

java.lang.Object
org.frankframework.ladybug.DebuggerActive
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationEventPublisherAware

public class DebuggerActive extends Object implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.beans.factory.InitializingBean
Used to determine whether the test tool is activated by using the testtool.enabled appConstants property.
Will throw a after the value changes.
See Also:
  • Constructor Details

    • DebuggerActive

      public DebuggerActive()
  • Method Details

    • setApplicationEventPublisher

      public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
      Specified by:
      setApplicationEventPublisher in interface org.springframework.context.ApplicationEventPublisherAware
    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean