Resolve JVM resource-related information.
Resolve JVM resource-related information.
(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.
(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.
(resource-path name)
Return the resource path for the given name.
Return the resource path for the given name.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close