Function: ede-java-classpath

ede-java-classpath is a byte-compiled function defined in ede.el.gz.

Signature

(ede-java-classpath ARG &rest ARGS)

Implementations

(ede-java-classpath (PROJ ede-project-with-config-java)) in `ede/config.el'.

Return the classpath for this project.

(ede-java-classpath (THIS ede-project)) in `ede.el'.

Return the classpath for this project.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
;; Java
(cl-defmethod ede-java-classpath ((_this ede-project))
  "Return the classpath for this project."
  ;; @TODO - Can JDEE add something here?
  nil)