| |
|
| java.lang.Object java.lang.Thread org.columba.core.scripting.FileObserverThread
FileObserverThread | public class FileObserverThread extends Thread implements OptionsObserver,ScriptManagerDocument(Code) | | The FileObserverThread is a timer that polls the file system to check if any
new .bsh scripts were created or existing scripts modified, since the last
time it was run.
The polling behaviour can be enabled or disabled in the <columba
dir>/scripts/config.xml, as well as the polling interval.
The default polling interval is of 5 seconds.
author: Celso Pinto (cpinto@yimports.com) |
finish | public void finish()(Code) | | |
pollingIntervalChanged | public void pollingIntervalChanged(int interval)(Code) | | |
pollingStateChanged | public void pollingStateChanged(boolean enabled)(Code) | | |
refreshScriptList | public void refreshScriptList()(Code) | | |
setScriptList | public void setScriptList(Map scripts)(Code) | | |
|
|
|