Liking cljdoc? Tell your friends :D

clj-jargon.item-info


collectionclj

(collection {collection-ao :collectionAO} path)

Returns an instance of Collection (the Jargon version) representing a directory in iRODS.

Returns an instance of Collection (the Jargon version) representing
a directory in iRODS.
sourceraw docstring

collection-typeclj

source

created-dateclj

(created-date {cm-ao :fileSystemAO} path)

Returns the date that the file/directory was created.

Returns the date that the file/directory was created.
sourceraw docstring

data-objectclj

(data-object {data-ao :dataObjectAO} path)

Returns an instance of DataObject representing 'path'.

Returns an instance of DataObject representing 'path'.
sourceraw docstring

dataobject-typeclj

source

exists?clj

(exists? cm path)

Returns true if 'path' exists in iRODS and false otherwise.

Parameters: path - String containing a path.

Returns: true if the path exists in iRODS and false otherwise.

Returns true if 'path' exists in iRODS and false otherwise.

Parameters:
  path - String containing a path.

Returns: true if the path exists in iRODS and false otherwise.
sourceraw docstring

fileclj

(file {file-factory :fileFactory} path)

Returns an instance of IRODSFile representing 'path'. Note that path can point to either a file or a directory.

Parameters: path - String containing a path.

Returns: An instance of IRODSFile representing 'path'.

Returns an instance of IRODSFile representing 'path'. Note that path
can point to either a file or a directory.

Parameters:
  path - String containing a path.

Returns: An instance of IRODSFile representing 'path'.
sourceraw docstring

file-sizeclj

(file-size {cm-ao :fileSystemAO} path)

Returns the size of the file in bytes.

Returns the size of the file in bytes.
sourceraw docstring

is-dir?clj

(is-dir? cm path)

Returns true if the path is a directory in iRODS, false otherwise.

Returns true if the path is a directory in iRODS, false otherwise.
sourceraw docstring

is-file?clj

(is-file? cm path)

Returns true if the path is a file in iRODS, false otherwise.

Returns true if the path is a file in iRODS, false otherwise.
sourceraw docstring

is-linked-dir?clj

(is-linked-dir? {file-factory :fileFactory} path)

Indicates whether or not a directory (collection) is actually a link to a directory (linked collection).

Parameters: cm - the context map path - the absolute path to the directory to check.

Returns: It returns true if the path points to a linked directory, otherwise it returns false.

Indicates whether or not a directory (collection) is actually a link to a
directory (linked collection).

Parameters:
  cm - the context map
  path - the absolute path to the directory to check.

Returns:
  It returns true if the path points to a linked directory, otherwise it
  returns false.
sourceraw docstring

lastmod-dateclj

(lastmod-date {cm-ao :fileSystemAO} path)

Returns the date that the file/directory was last modified.

Returns the date that the file/directory was last modified.
sourceraw docstring

object-typeclj

(object-type {cm-ao :fileSystemAO} path)
source

paths-exist?clj

(paths-exist? cm paths)

Returns true if the paths exist in iRODS.

Parameters: paths - A sequence of strings containing paths.

Returns: Boolean

Returns true if the paths exist in iRODS.

Parameters:
  paths - A sequence of strings containing paths.

Returns: Boolean
sourceraw docstring

quotaclj

(quota {quota-ao :quotaAO} user)
source

quota-mapclj

(quota-map quota-entry)
source

statclj

(stat {cm-ao :fileSystemAO} path)

Returns status information for a path.

Returns status information for a path.
sourceraw docstring

trash-base-dirclj

(trash-base-dir zone user)

Returns the base trash folder for a specified user.

Parameters: zone - he name of the authenication zone user - the username of the user's trash folder to look up.

Returns: It returns the absolute path to the trash folder.

Returns the base trash folder for a specified user.

Parameters:
  zone - he name of the authenication zone
  user - the username of the user's trash folder to look up.

Returns:
  It returns the absolute path to the trash folder.
sourceraw docstring

unknown-typeclj

source

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

× close