Uses of Class
org.eclnt.util.file.PropertiesFileManager.PropertyValue
Packages that use PropertiesFileManager.PropertyValue
-
Uses of PropertiesFileManager.PropertyValue in org.eclnt.util.file
Methods in org.eclnt.util.file that return types with arguments of type PropertiesFileManager.PropertyValueModifier and TypeMethodDescriptionPropertiesFileManager.parsePropertiesContent
(String content, boolean asUTF8) PropertiesFileManager.readPropertiesFromFile
(String fileName, boolean asUTF8, boolean withError) PropertiesFileManager.readPropertiesFromResource
(String resourcePath, boolean asUTF8, boolean withError) Methods in org.eclnt.util.file with parameters of type PropertiesFileManager.PropertyValueModifier and TypeMethodDescriptionint
PropertiesFileManager.PropertyValue.compareTo
(PropertiesFileManager.PropertyValue o) Method parameters in org.eclnt.util.file with type arguments of type PropertiesFileManager.PropertyValueModifier and TypeMethodDescriptionstatic void
PropertiesFileManager.addPropertiesToFile
(String fileName, List<PropertiesFileManager.PropertyValue> propertyValues, boolean overwriteExisting, boolean asUTF8, boolean withError) static void
PropertiesFileManager.savePropertiesInFile
(String fileName, List<PropertiesFileManager.PropertyValue> propertyValues, boolean asUTF8, boolean withError)