org.xwiki.ircbot.internal
Class DefaultBrokenLinkEventListenerConfiguration

java.lang.Object
  extended by org.xwiki.ircbot.internal.DefaultBrokenLinkEventListenerConfiguration
All Implemented Interfaces:
BrokenLinkEventListenerConfiguration

@Component
@Singleton
public class DefaultBrokenLinkEventListenerConfiguration
extends Object
implements BrokenLinkEventListenerConfiguration

Provides configuration data for the BrokenLinkEventListener Event Listener.

Since:
4.0M2

Constructor Summary
DefaultBrokenLinkEventListenerConfiguration()
           
 
Method Summary
 boolean isActive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBrokenLinkEventListenerConfiguration

public DefaultBrokenLinkEventListenerConfiguration()
Method Detail

isActive

public boolean isActive()
Specified by:
isActive in interface BrokenLinkEventListenerConfiguration
Returns:
true if the Broken Link Event Listener is active and thus sending notifications to the IRC channel or false otherwise