Liking cljdoc? Tell your friends :D

cryogen-core.classpath-able-io


copy-resources!clj

(copy-resources! fs-prefix base-path source-paths target-path ignore-patterns)
source

delete-resources!clj

(delete-resources! virtual-path)
(delete-resources! virtual-path ignore-patterns)

Inputs: ([virtual-path :- s/Str] [virtual-path :- s/Str ignore-patterns])

Inputs: ([virtual-path :- s/Str] [virtual-path :- s/Str ignore-patterns])
sourceraw docstring

distinct-resources-by-pathclj

(distinct-resources-by-path resources)
source

filter-for-ignore-patternsclj

(filter-for-ignore-patterns ignore-patterns source-list)
source

filter-one-patternclj

(filter-one-pattern ignore-patterns resources)
source

filter-resources-for-ignore-patternsclj

(filter-resources-for-ignore-patterns ignore-patterns resources)
source

get-file-extension-from-resourceclj

(get-file-extension-from-resource resource)
source

get-filename-from-resourceclj

(get-filename-from-resource resource)
source

get-resource-paths-recursiveclj

(get-resource-paths-recursive fs-prefix
                              base-path
                              paths
                              &
                              {:keys [from-cp from-fs]
                               :or {from-cp true from-fs true}})
source

get-resourcesclj

(get-resources fs-prefix
               base-path
               paths
               &
               {:keys [from-cp from-fs] :or {from-cp true from-fs true}})
source

JavaPathclj

source

JavaUriclj

source

path-from-cp-or-fsclj

(path-from-cp-or-fs fs-prefix
                    base-path
                    resource-path
                    &
                    {:keys [from-cp from-fs] :or {from-cp true from-fs true}})
source

Prefixclj

source

Resourceclj

source

resource-from-cp-or-fsclj

(resource-from-cp-or-fs fs-prefix
                        base-path
                        resource-path
                        &
                        {:keys [from-cp from-fs]
                         :or {from-cp true from-fs true}})
source

ResourceTypeclj

source

SourceTypeclj

source

VirtualPathclj

source

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

× close