Description
This is a Utility class, including some NLS relative functions
Public Functions
Name | Parameters | Return Value | Description |
writeProperties | filePath(String), propKey, propValue |
void | Write the properties key and value to the assigned properties |
storeProperties | filePath(String) properties(Properties) |
boolean | Save the properties to assigned filePath |
getPropertiesValue | Key(String), Project(IProject) |
String | Return the assigned key property value |
removeProperties | filePath(String) key(String) |
void | Remove the assigned key property from the assigned properties |
getCurrentSupportNLS | Project(IProject) | List<String> | Return current project support nls list |
removeDiacritics | Str(String) | String | remove diacritics,for example: Cáncelo will be convert to Cancelo |