Uses of Class
org.xwiki.ircbot.IRCBotException

Packages that use IRCBotException
org.xwiki.ircbot   
org.xwiki.ircbot.wiki   
 

Uses of IRCBotException in org.xwiki.ircbot
 

Methods in org.xwiki.ircbot that throw IRCBotException
 List<Pattern> DocumentModifiedEventListenerConfiguration.getExclusionPatterns()
           
 

Uses of IRCBotException in org.xwiki.ircbot.wiki
 

Methods in org.xwiki.ircbot.wiki that throw IRCBotException
 org.xwiki.ircbot.internal.wiki.WikiIRCBotListener WikiIRCBotListenerFactory.createWikiListener(org.xwiki.model.reference.DocumentReference documentReference)
          Tries to build a WikiIRCBotListener if a definition is found on the given document.
 List<org.xwiki.ircbot.internal.BotListenerData> WikiIRCBotManager.getBotListenerData()
          Provides information about all Bot Listeners (whether they are Wiki Bot Listeners or standard Java components).
 com.xpn.xwiki.doc.XWikiDocument WikiIRCModel.getConfigurationDocument()
           
 Map<String,Object> WikiIRCBotManager.getContext()
           
 com.xpn.xwiki.doc.XWikiDocument WikiIRCModel.getDocument(org.xwiki.model.reference.DocumentReference reference)
           
 List<org.xwiki.ircbot.internal.BotListenerData> WikiIRCModel.getWikiBotListenerData()
           
 com.xpn.xwiki.XWikiContext WikiIRCModel.getXWikiContext()
           
 org.xwiki.ircbot.internal.BotData WikiIRCModel.loadBotData()
           
 void WikiIRCBotListenerManager.registerWikiBotListener(org.xwiki.model.reference.DocumentReference reference)
          Register (and thus activate) the Wiki Bot Listener defined in the passed document's reference.
 void WikiIRCBotListenerManager.registerWikiBotListeners()
          Register (and thus activate) all the Wiki Bot Listeners found in the current wiki.
 void WikiIRCModel.setActive(boolean isActive)
           
 void WikiIRCBotManager.startBot(boolean updateBotStatus)
          Connects the IRC Bot using the Configuration data located in WikiIRCBotConstants.WIKI_BOT_CONFIGURATION_CLASS and registers all Wiki Bot Listeners that are not marked as inactive.
 void WikiIRCBotManager.stopBot(boolean updateBotStatus)
          Disconnect the IRC Bot and unregister all Wiki Bot Listeners.
 void WikiIRCBotListenerManager.unregisterWikiBotListener(org.xwiki.model.reference.DocumentReference reference)
          Unregister (and thus deactivate) the Wiki Bot Listener defined in the passed document's reference.
 void WikiIRCBotListenerManager.unregisterWikiBotListeners()
          Unregister (and thus deactivate) all the Wiki Bot Listeners found in the current wiki.
 



Copyright © 2004-2012 XWiki. All Rights Reserved.