Java 外掛程式中獲得當前編輯文字的絕對路徑

2021-09-01 21:46:49 字數 315 閱讀 6049

弄了好幾天,終於弄出來了。為了實現根據import遞迴掃瞄文字,必須獲得絕對路徑。

ieditorpart editor = activator.getdefault().getworkbench().getactiveworkbenchwindow().getactivepage().getactiveeditor();

ieditorinput input = editor.geteditorinput();

if (input instanceof ifileeditorinput)

放在對鍵盤的響應中,當敲擊鍵盤時獲得當前編輯文件的絕對路徑。

Java 外掛程式中獲得當前編輯文字的絕對路徑

弄了好幾天,終於弄出來了。為了實現根據import遞迴掃瞄文字,必須獲得絕對路徑。ieditorpart editor activator.getdefault getworkbench getactiveworkbenchwindow getactivepage getactiveeditor i...

java如何獲得當前檔案路徑

1.如何獲得當前檔案路徑 常用 1 test.class.getresource 得到的是當前類filetest.class檔案的uri目錄。不包括自己!2 test.class.getresource 得到的是當前的classpath的絕對uri路徑。3 thread.currentthread ...

java如何獲得當前檔案路徑

1.如何獲得當前檔案路徑 常用 1 test.class.getresource 得到的是當前類filetest.class檔案的uri目錄。不包括自己!2 test.class.getresource 得到的是當前的classpath的絕對uri路徑。3 thread.currentthread ...