Scan class or jar file in Java

Posted by enfix on Stack Overflow See other posts from Stack Overflow or by enfix
Published on 2010-05-25T08:29:07Z Indexed on 2010/05/25 9:11 UTC
Read the original article Hit count: 107

Filed under:

I need to scan class or jar file that implements or extend a specific class.
It's the same mechanism that Eclipse use to scan the plugin presence. There is a way to do this ?

© Stack Overflow or respective owner

Related posts about java