Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前我正在编写一个插件,它的功能之一是遍历包和java文件。我可以获取 java 文件名,但他们都说他们没有打开。有没有办法打开它们?
提前致谢。
IComplilationUnit有IOpenable一个超级接口。调用open()对象。
IComplilationUnit
IOpenable
open()