Class DebuggerActive
java.lang.Object
org.frankframework.ladybug.DebuggerActive
- All Implemented Interfaces:
EventListener, BooleanSupplier, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.ApplicationListener<DebuggerStatusChangedEvent>
public class DebuggerActive
extends Object
implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.ApplicationListener<DebuggerStatusChangedEvent>, org.springframework.beans.factory.InitializingBean, BooleanSupplier
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 TypeMethodDescriptionvoidbooleanvoidonApplicationEvent(@NonNull DebuggerStatusChangedEvent event) voidsetApplicationEventPublisher(@NonNull org.springframework.context.ApplicationEventPublisher applicationEventPublisher) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
DebuggerActive
public DebuggerActive()
-
-
Method Details
-
setApplicationEventPublisher
public void setApplicationEventPublisher(@NonNull org.springframework.context.ApplicationEventPublisher applicationEventPublisher) - Specified by:
setApplicationEventPublisherin interfaceorg.springframework.context.ApplicationEventPublisherAware
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
onApplicationEvent
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<DebuggerStatusChangedEvent>
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-