Read in a .jar file and parse and register classes for use by Axe.
(read-jar jar-path &key :dir ; default nil :classes ; default :all :verbosep ; default nil )
A path to a .jar file, relative to the directory indicated by the
dir argument.
Either
nil , in which case theclass-file is interpreted relative to the cbd, or a keyword indicating a directory registered with add-include-book-dir or add-include-book-dir!.
Classes to read from the .jar. Either
:all , or a list of strings representing class or interface names (usually fully-qualified). Note that using:all on a large .jar file may cause a huge amount of code to be read in.
Whether to print information about the unzipping process.