package ojs_filetree

  1. Overview
  2. Docs
Using filetrees in ojs_base applications, common part

Install

Dune Dependency

Authors

Maintainers

Sources

ojs-base-0.7.0.tar.bz2
md5=85b8a0746e9be8c20cf082f2573b5895
sha512=ec707820ff69ddbf9c631cf6a1c8748e82346daded1a4f73c5702128d07858f915e62d529e5fec01e99263f33eefb1586067341c058535806e0092b9d040644a

doc/ojs_filetree.server/Ojs_filetree_server/Server/Make/class-filetree/index.html

Class Make.filetreeSource

val mutable file_filter : Ojs_base.Path.t -> bool
method after_add_file : Ojs_base.Path.t -> unit
method after_get_tree : Ojs_filetree.Types.file_tree list -> Ojs_filetree.Types.file_tree list
method before_add_file : Ojs_base.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) -> Ojs_filetree.Types.path -> unit Lwt.t
method handle_add_file : (P.server_msg -> unit Lwt.t) -> Ojs_filetree.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) -> Ojs_filetree.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) -> Ojs_filetree.Types.path -> Ojs_filetree.Types.path -> unit Lwt.t
method id : string
method root : Ojs_base.Path.t
method set_file_filter : (Ojs_base.Path.t -> bool) -> unit
OCaml

Innovation. Community. Security.