Directfifowatcher.base_pathname ->
Frontend.frontendHandler list ->
object
  val acl_file_regexp : Str.regexp
  val file_regexp : Str.regexp
  method handle_dir_event :
    Inotify.wd ->
    Directfifowatcher.base_pathname ->
    Inotify.type_event list -> Directfifowatcher.base_pathname -> unit
  method is_acl : string -> bool
  method private make_filter :
    string -> (Directfifowatcher.slice_name, bool) Hashtbl.t option
  method private new_dir :
    Frontend.frontendHandler list ->
    Directfifowatcher.base_pathname ->
    (Inotify.wd ->
     Directfifowatcher.base_pathname ->
     Inotify.type_event list -> Directfifowatcher.base_pathname -> unit) ->
    unit
  method private new_script :
    Frontend.frontendHandler list -> Directfifowatcher.base_pathname -> unit
end