Liking cljdoc? Tell your friends :D

user.java.io.alpha


*no-follow*clj

source

->visitFileTypeclj

(->visitFileType path attrs)

Positional factory function for class user.java.io.alpha.visitFileType.

Positional factory function for class user.java.io.alpha.visitFileType.
sourceraw docstring

Coercioncljprotocol

as-pathclj

(as-path x)

as-uriclj

(as-uri x)
source

copy!clj

(copy! src dst)
(copy! src dst attrs)
(copy! src dst {:keys [time mode]} flags)
  • [src, dst] = [InputStream, Path]
  • [src, dst] = [Path, OutputStream]
  • [src, dst] = [Path, Path]
- [src, dst] = [InputStream, Path]
- [src, dst] = [Path, OutputStream]
- [src, dst] = [Path, Path]
sourceraw docstring

source

default-url-utils-interface-implclj

source

directory?clj

(directory? x)
source

dirwalkclj

(dirwalk dirpath re)

return lazy sequence

return lazy sequence
sourceraw docstring

dirwalk-1clj

(dirwalk-1 dirpath re)

return lazy sequence

return lazy sequence
sourceraw docstring

do-operationsclj

(do-operations dest-path operations)
source

executable?clj

(executable? x)
source

exists?clj

(exists? x)
source

file-basenameclj

(file-basename file)
source

file-extensionclj

(file-extension file)
source

file?clj

(file? x)
source

FilenameUtilscljprotocol

basenameclj

(basename this)

extensionclj

(extension this)

filenameclj

(filename this)

filepathclj

(filepath this)

parentclj

(parent this)

parent-fileclj

(parent-file this)
source

get-basenameclj

(get-basename filename)
source

get-extensionclj

(get-extension filename)
source

hidden?clj

(hidden? x)
source

interpret-copy-optsclj

(interpret-copy-opts opts)
source

interpret-open-optsclj

(interpret-open-opts opts)
source

make-file-visitorclj

(make-file-visitor visit-file)
source

map->visitFileTypeclj

(map->visitFileType m__7910__auto__)

Factory function for class user.java.io.alpha.visitFileType, taking a map of keywords to field values.

Factory function for class user.java.io.alpha.visitFileType, taking a map of keywords to field values.
sourceraw docstring

mkdirclj

(mkdir dirpath)
source

mkparentsclj

(mkparents target)
source

mktempdirclj

(mktempdir prefix)
(mktempdir dir prefix)
source

move!clj

(move! src dst)
(move! src dst flags)

Move or rename a file to a target file. By default, this method attempts to move the file to the target file, failing if the target file exists except if the source and target are the same file, in which case this method has no effect. If the file is a symbolic link then the symbolic link itself, not the target of the link, is moved. This method may be invoked to move an empty directory. When invoked to move a directory that is not empty then the directory is moved if it does not require moving the entries in the directory. For example, renaming a directory on the same FileStore will usually not require moving the entries in the directory. When moving a directory requires that its entries be moved then this method fails (by throwing an IOException).

Move or rename a file to a target file.
By default, this method attempts to move the file to the target
file, failing if the target file exists except if the source and
target are the same file, in which case this method has no
effect. If the file is a symbolic link then the symbolic link
itself, not the target of the link, is moved.
This method may be invoked to move an empty directory. When invoked
to move a directory that is not empty then the directory is moved if
it does not require moving the entries in the directory. For
example, renaming a directory on the same FileStore will usually not
require moving the entries in the directory. When moving a directory
requires that its entries be moved then this method fails (by
throwing an IOException).
sourceraw docstring

parent-path?clj

(parent-path? path1 path2)

Return true if path1 is an ancestor path of path2

Return true if `path1` is an ancestor path of `path2`
sourceraw docstring

pathcljdeprecated

(path x)
source

path-resolveclj

(path-resolve a b)
source

paths-copy-operationsclj

(paths-copy-operations paths)
(paths-copy-operations wrap-xform paths)
source

readable?clj

(readable? x)
source

relativizeclj

(relativize a b)
source

same-directory?clj

(same-directory? path1 path2)
source

(symlink source target)

Return target with type of Path.

Return target with type of Path.
sourceraw docstring

symlink?clj

(symlink? x)
source

transduce-file-treeclj

(transduce-file-tree xform rf path)
(transduce-file-tree xform rf init path)
source

transduce-file-tree-1clj

(transduce-file-tree-1 xform rf path)
(transduce-file-tree-1 xform rf *pointer path)
source

UriUtilscljprotocoldeprecated

to-uriclj

(to-uri x)
source

url-basenameclj

(url-basename url)
source

url-extensionclj

(url-extension url)
source

url-filenameclj

(url-filename url)
source

UrlUtilscljprotocol

to-external-formclj

(to-external-form url)
source

writable?clj

(writable? x)
source

write!clj

(write! target write-fn)
(write! target write-fn flags)
source

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

× close