> I am curious to know if it is possible to extract all interfaces (
> including methods and fields) from my jar.
..
> Is it possible to 'extract' all
> classes ( to be put in a list)
<http://java.sun.com/j2se/1.5.0/docs/api/java/util/zip/ZipFile.html#entries()>

Signature
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
Dale King - 03 Jun 2005 00:06 GMT
>>I am curious to know if it is possible to extract all interfaces (
>>including methods and fields) from my jar.
[quoted text clipped - 5 lines]
>
> <http://java.sun.com/j2se/1.5.0/docs/api/java/util/zip/ZipFile.html#entries()>
And then if you want to extract the data from those entries in the Zip
file without actually loading them into your VM you might want to look
at BCEL: http://jakarta.apache.org/bcel/

Signature
Dale King