85 const RequiredKeys = (
100 int poll_interval = 10;
112 int sort_type = SortName;
115 int sort_order = OrderAsc;
171 constructor(
string n_path,
string n_mask, *
hash n_opts);
194 list getFiles(
int sort = FilePoller::SortNone,
int order = FilePoller::OrderAsc);
249 fileSleep(softint secs);
261 fileEvent(
list files);
277 abstract singleFileEvent(
hash fih);
283 static checkPath(
string path,
string type,
bool write =
False);
299 logDetail(
string fmt);
306 logDebug(
string fmt);
main module namespace
Definition: FilePoller.qm.dox.h:53
*code sleep
optional sleep closure
Definition: FilePoller.qm.dox.h:145
string mask
file name mask
Definition: FilePoller.qm.dox.h:97
*code log_info
optional info log closure
Definition: FilePoller.qm.dox.h:133
int tid
polling tid
Definition: FilePoller.qm.dox.h:121
*softint minage
minimum file age in seconds before the file will be included in the list returned ...
Definition: FilePoller.qm.dox.h:130
*code log_detail
optional detail log closure
Definition: FilePoller.qm.dox.h:136
*code log_debug
optional debug log closure
Definition: FilePoller.qm.dox.h:139
*code start_thread
optional start thread closure
Definition: FilePoller.qm.dox.h:142
string path
path to monitor
Definition: FilePoller.qm.dox.h:94
int reopt
regex options
Definition: FilePoller.qm.dox.h:127