Liking cljdoc? Tell your friends :D

refactor-nrepl.ns.slam.hound.search

Search the classpath for vars and classes.

Search the classpath for vars and classes.
raw docstring

all-classpath-entriesclj

(all-classpath-entries)
source

available-classesclj

source

available-classes-by-last-segmentclj

source

class-file?clj

(class-file? path)
source

class-or-ns-nameclj

(class-or-ns-name path)

Returns the Java class or Clojure namespace name for a class relative path.

Returns the Java class or Clojure namespace name for a class relative path.
sourceraw docstring

clojure-fn-file?clj

(clojure-fn-file? f)
source

clojure-ns-file?clj

(clojure-ns-file? path)
source

expand-wildcardclj

(expand-wildcard path)

Expands a wildcard path entry to its matching .jar files (JDK 1.6+). If not expanding, returns the path entry as a single-element vector.

Expands a wildcard path entry to its matching .jar files (JDK 1.6+).
If not expanding, returns the path entry as a single-element vector.
sourceraw docstring

jar-filterclj

source

jar?clj

(jar? f)
source

path-class-filescljmultimethod

Returns a list of classes found on the specified path location (jar or directory), each comprised of a map with the following keys: :name Java class or Clojure namespace name :loc Classpath entry (directory or jar) on which the class is located :file Path of the class file, relative to :loc

Returns a list of classes found on the specified path location
(jar or directory), each comprised of a map with the following keys:
  :name  Java class or Clojure namespace name
  :loc   Classpath entry (directory or jar) on which the class is located
  :file  Path of the class file, relative to :loc
sourceraw docstring

path-entries-seqclj

(path-entries-seq path-str)

Split a string on the 'path separator', i.e. ':'. Used for splitting multiple classpath entries.

Split a string on the 'path separator', i.e. ':'. Used for splitting multiple
classpath entries.
sourceraw docstring

resetclj

(reset)

Reset the cache of classes

Reset the cache of classes
sourceraw docstring

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

× close