updateProfile.parsers 參數

請利用 updateProfile.parsers 參數來列出 updateProfile 指令能夠使用的所有文件剖析器。

可用性

query 指令
current 參數
default 參數
install 參數

範圍

updateProfile.parsers 會將範圍設在現行視圖。
current.updateProfile.parsers 會將範圍設在現行視圖。
default.updateProfile.parsers 會廣域性地設定範圍。
install.updateProfile.parsers 會廣域性地設定範圍。

語法

query updateProfile.parsers
query current.updateProfile.parsers
query default.updateProfile.parsers
query install.updateProfile.parsers 

說明

query current.updateProfile.parsers 指令會傳回在現行視圖中,updateProfile 指令能夠使用的文件剖析器。

query updateProfile.parsers 指令會傳回 set updateProfile.parserClass 指令所指定的剖析器清單。

query default.updateProfile.parsers 指令會傳回 set default.updateProfile.parserClass 指令所指定的剖析器清單。 也就是 defaultProfile 參數指示之預設設定檔中的剖析器清單。

query install.updateprofile.parsers 指令會傳回所安裝的文件剖析器清單,也就是 installProfile 參數所指示之設定檔中的剖析器清單。

範例

query updateProfile.parsers
query current.updateProfile.parsers
query default.updateProfile.parsers
query install.updateProfile.parsers 

相關參照
query 指令
updateProfile 指令
updateProfile.parserClass 參數