Liking cljdoc? Tell your friends :D

clj-jargon.listings


format-listingclj

(format-listing format-fn perm-pos listing)
source

last-dir-in-pathclj

(last-dir-in-path {collection-ao :collectionAO} path)

Returns the name of the last directory in 'path'.

Please note that this function works by calling getCollectionLastPathComponent on a Collection instance and therefore hits iRODS every time you call it. Don't call this from within a loop.

Parameters: cm - The iRODS context map path - String containing the path for an item in iRODS.

Returns: String containing the name of the last directory in the path.

Returns the name of the last directory in 'path'.

Please note that this function works by calling
getCollectionLastPathComponent on a Collection instance and therefore
hits iRODS every time you call it. Don't call this from within a loop.

Parameters:
  cm - The iRODS context map
  path - String containing the path for an item in iRODS.

Returns:
  String containing the name of the last directory in the path.
sourceraw docstring

list-allclj

(list-all {lister :lister} dir-path)
source

list-dirclj

(list-dir cm
          user
          coll-path
          &
          {:keys [include-files include-subdirs]
           :or {include-files false include-subdirs true}})
source

list-dir-rsclj

(list-dir-rs cm user coll-path)
source

list-files-in-dir-rsclj

(list-files-in-dir-rs cm user-id coll-path)
source

list-subdirs-rsclj

(list-subdirs-rs cm user coll-path)
source

sub-collection-pathsclj

(sub-collection-paths cm path)

Returns a sequence of string containing the paths for directories that live under 'path' in iRODS.

Parameters: cm - The iRODS context map path - String containing the path to a directory in iRODS.

Returns: Sequence containing the paths for directories that live under 'path'.

Returns a sequence of string containing the paths for directories
that live under 'path' in iRODS.

Parameters:
  cm - The iRODS context map
  path - String containing the path to a directory in iRODS.

Returns:
  Sequence containing the paths for directories that live under 'path'.
sourceraw docstring

sub-collectionsclj

(sub-collections {lister :lister} path)

Returns a sequence of Collections that reside directly in the directory refered to by 'path'.

Parameters: cm - The iRODS context map path - String containing the path to a directory in iRODS.

Returns: Sequence containing Collections (the Jargon kind) representing directories that reside under the directory represented by 'path'.

Returns a sequence of Collections that reside directly in the directory
refered to by 'path'.

Parameters:
  cm - The iRODS context map
  path - String containing the path to a directory in iRODS.

Returns:
  Sequence containing Collections (the Jargon kind) representing
  directories that reside under the directory represented by 'path'.
sourceraw docstring

sub-dir-mapsclj

(sub-dir-maps {lister :lister :as cm} user list-obj filter-files)
source

sub-file-mapsclj

(sub-file-maps cm user list-obj)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close