Package org.frankframework.ladybug
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.
Will throw a after the value changes.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setApplicationEventPublisher
(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
-
Constructor Details
-
DebuggerActive
public DebuggerActive()
-
-
Method Details
-
setApplicationEventPublisher
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher) - Specified by:
setApplicationEventPublisher
in interfaceorg.springframework.context.ApplicationEventPublisherAware
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
-