Liking cljdoc? Tell your friends :D

resauce.core


directory?cljmultimethod

(directory? url)

Return true if a URL points to a directory resource.

Return true if a URL points to a directory resource.
sourceraw docstring

resource-dirclj

(resource-dir path)
(resource-dir path loader)

Return a list of resource URLs on the classpath that have the supplied path prefix.

Return a list of resource URLs on the classpath that have the supplied
path prefix.
sourceraw docstring

resourcesclj

(resources n)
(resources n loader)

Returns all the URLs for a named resource. Uses the context class loader if no loader is specified.

Returns *all* the URLs for a named resource. Uses the context class loader
if no loader is specified.
sourceraw docstring

url-dircljmultimethod

(url-dir url)

Return a list of URLs contained by this URL, if the protocol supports it.

Return a list of URLs contained by this URL, if the protocol supports it.
sourceraw docstring

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

× close