package ojs-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val mutable file_filter : Ojs_path.t -> bool
method after_add_file : Ojs_path.t -> unit
method after_get_tree : Ojsft_types.file_tree list -> Ojsft_types.file_tree list
method before_add_file : Ojs_path.t -> unit
method can_add_dir : string -> bool
method can_add_file : string -> bool
method can_delete : string -> bool
method can_rename : string -> string -> bool
method handle_add_dir : (P.server_msg -> unit Lwt.t) -> Ojsft_types.path -> unit Lwt.t
method handle_add_file : (P.server_msg -> unit Lwt.t) -> Ojsft_types.path -> string -> unit Lwt.t
method handle_call : (P.server_msg -> unit Lwt.t) -> P.client_msg -> unit Lwt.t
method handle_delete : (P.server_msg -> unit Lwt.t) -> Ojsft_types.path -> unit Lwt.t
method handle_message : (P.server_msg -> unit Lwt.t) -> P.client_msg -> unit Lwt.t
method handle_rename : (P.server_msg -> unit Lwt.t) -> Ojsft_types.path -> Ojsft_types.path -> unit Lwt.t
method id : string
method root : Ojs_path.t
method set_file_filter : (Ojs_path.t -> bool) -> unit