org.xwiki.ircbot
Interface DocumentModifiedEventListenerConfiguration


@Role
public interface DocumentModifiedEventListenerConfiguration

Configuration for the Document Modifier Event Listener (ie the listener that sends IRC messages when a document is modified).

Since:
4.0M2
Version:
$Id: 2747684ae5b6962fcdaed7824c23cccaf316dcb1 $

Method Summary
 List<Pattern> getExclusionPatterns()
           
 

Method Detail

getExclusionPatterns

List<Pattern> getExclusionPatterns()
                                   throws IRCBotException
Returns:
the regex patterns to use to decide if a notification for a given document reference should be sent or not. Note that the pattern is to be done on the full serialized document reference.
Throws:
IRCBotException - if an error happens getting the exclusion patterns


Copyright © 2004-2012 XWiki. All Rights Reserved.