I am looking for a way to export or print the class / package structure from Eclipse. I don't need to have a lis开发者_Python百科t of the specific functions or variables within these, although that would be nice!
Any ideas?
You may want to try one of the many UML plugins that are available for eclipse. Some of them can visualize the structure with drag'n'drop, like ObjectAid UML Explorer. Another option I can recommend from personal experience is ModelGoon.
With these you can define precisely which methods, members and relations you want to see.
Both tools support the export of the generated diagrams as images.
精彩评论