Liking cljdoc? Tell your friends :D

orchard.java.resource

Resolve JVM resource-related information.

Resolve JVM resource-related information.
raw docstring

project-resourcesclj

(project-resources)

Get a list of classpath resources, i.e. files that are not clojure/java source or class files. Only consider classpath entries that are directories, does not consider jars.

Get a list of classpath resources, i.e. files that are not clojure/java source
or class files. Only consider classpath entries that are directories, does not
consider jars.
sourceraw docstring

resource-full-pathclj

(resource-full-path relative-path)
source

resource-mapsclj

(resource-maps)

Return a seq of resource maps:

{:file "the absolute path to the resource" :relpath "the path of the resource relative to the classpath"}

If the project does not contain resources, it returns nil.

Return a seq of resource maps:

  {:file    "the absolute path to the resource"
   :relpath "the path of the resource relative to the classpath"}

If the project does not contain resources, it returns nil.
sourceraw docstring

resource-pathclj

(resource-path name)

Return the resource path for the given name.

Return the resource path for the given name.
sourceraw docstring

resource-path-tupleclj

(resource-path-tuple path)

If it's a resource, return a tuple of the relative path and the full resource path.

If it's a resource, return a tuple of the relative path and the full
resource path.
sourceraw docstring

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

× close