org.alicebot.server.core.loader
Class AIMLWatcher

java.lang.Object
  extended by org.alicebot.server.core.loader.AIMLWatcher

public class AIMLWatcher
extends java.lang.Object

Watches a set of AIML files. Any file changes will be loaded automatically.

Version:
4.1.3
Author:
Jon Baer, Noel Bush

Method Summary
static void addWatchFile(java.lang.String path, java.lang.String botid)
          Adds a file to the watchlist.
protected  java.lang.Object clone()
          Prohibits cloning this class.
static void start()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

start

public static void start()

clone

protected java.lang.Object clone()
                          throws java.lang.CloneNotSupportedException
Prohibits cloning this class.

Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException

addWatchFile

public static void addWatchFile(java.lang.String path,
                                java.lang.String botid)
Adds a file to the watchlist.

Parameters:
path - the path to the file
botid -