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.
現在、私はプラグインを書いています。その機能の1つは、パッケージとJavaファイルをトラバースすることです。Javaファイル名を取得することはできますが、それらはすべて開いていないと言っています。それらを開く方法はありますか?
前もって感謝します。
IComplilationUnitスーパーインターフェースとして持っIOpenableています。オブジェクトを呼び出しopen()ます。
IComplilationUnit
IOpenable
open()