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 TypeMethodDescriptionintPropertiesFileManager.PropertyValue.compareTo(PropertiesFileManager.PropertyValue o) Method parameters in org.eclnt.util.file with type arguments of type PropertiesFileManager.PropertyValueModifier and TypeMethodDescriptionstatic voidPropertiesFileManager.addPropertiesToFile(String fileName, List<PropertiesFileManager.PropertyValue> propertyValues, boolean overwriteExisting, boolean asUTF8, boolean withError) static voidPropertiesFileManager.savePropertiesInFile(String fileName, List<PropertiesFileManager.PropertyValue> propertyValues, boolean asUTF8, boolean withError)