HOWTO list all my java class methods

Similar to C# function list, you can list java class or jar file details.
I have written small utility to find all methods using java reflection.

Please note it uses platform depended SWT library.
Windows: javaFunctions_x86_win32.jar
Linux: javaFunctions_linux.jar

Result can be

Enjoy!

No comments:

Asterisk AST_SORCERY function

 AST_SORCERY gets a field from a sorcery object. Sorcery is always created for PJSIP aors, endpoints and identifies in asterisk. It allows y...