獲得OSGi Bundle相關的路徑資訊

2021-06-19 09:17:00 字數 343 閱讀 7313

(

1)  獲得osgi bundle安裝的根路徑:

filelocator.getbundlefile(platform.getbundle(「bundle_id」)).getabsolutepath();

platform.getbundle方法呼叫並不會activate當前bundle, 其只是獲得當前系統內相應的被解析(resolved)的bundle

(2) 獲得osgi bundle的 state location.

activator.getdefault().getstatelocation()

需要注意的是,該方法呼叫要求當前的bundle必須是active狀態。

如何獲得PHP相關資料

obtaining php this section has details about php download locations,and os issues.1.我在哪兒能得到php?2.有預編譯的二進位制版本嗎?3.我在哪兒能得到可選的php擴充套件庫 4.我怎樣做才能使這些庫運作起來?5....

C 獲得主機相關資訊

source click here c 獲得主機相關資訊 region 獲得主機相關資訊 得到主機板序列號 private string getmotherboardserialnumber return serialnumber.replace 得到cpu序列號 private string ge...

iOS獲得裝置相關資訊,獲取app相關資訊

裝置所有者名稱 device.name 裝置所有者名稱 nslog 裝置類別 device.model 裝置leibie nslog 本地化版本 device.localizedmodel 本地化版本 nslog 當前系統版本 device.systemversion 當期版本 nslog 當前系統...