まずはみなさん、こんにちは(/ world)!
実行時に知っているIDであるいくつかのプラグインにあるいくつかの.propertiesを検査する必要があるEclipseRCPアプリを作成しています。
それらを読む簡単な方法があるかどうか知りたいのですが、たとえば、プラグイン*org.anyname.mypluginsでそれを知っています。mypluginthatrocks myawsomeproperties .properties *という名前のファイルがあります。このファイルを開いて、次のようなゲッター/セッターシステムで簡単に読み取るにはどうすればよいですか。
String getInProperties(String fileNameOrPath,String myPropertieId)
void setInProperties(String fileNameOrPath,String myPropertieId,String myPropertieValue)
またString getInProperties(File file,String myPropertieId)
void setInProperties(File file,String myPropertieId,String myPropertieValue)
またはあなたが私が意味するものを得るならば、そのタイプの他の意味...
よろしくお願いします^^