cz.cuni.mff.mirovsky.properties
Class PropertiesLoader
java.lang.Object
cz.cuni.mff.mirovsky.properties.PropertiesLoader
public class PropertiesLoader
- extends java.lang.Object
Class PropertiesLoader is used to store and restore properties to/from storage - this is implementation for files.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EOL
public static final byte EOL
- See Also:
- Constant Field Values
EOL_char
public static final char EOL_char
- See Also:
- Constant Field Values
EOL_String
public static final java.lang.String EOL_String
PropertiesLoader
public PropertiesLoader()
PropertiesLoader
public PropertiesLoader(ShowMessagesAble p_mess)
setSectionsDelimiter
public void setSectionsDelimiter(java.lang.String p_delimiter)
getSectionsDelimiter
public java.lang.String getSectionsDelimiter()
setSectionPrefix
public void setSectionPrefix(java.lang.String p_prefix)
getSectionPrefix
public java.lang.String getSectionPrefix()
setCommentPrefix
public void setCommentPrefix(java.lang.String p_prefix)
getCommentPrefix
public java.lang.String getCommentPrefix()
setValueAssigner
public void setValueAssigner(java.lang.String p_assigner)
getValueAssigner
public java.lang.String getValueAssigner()
loadProperties
public Properties loadProperties(java.lang.String source_location,
java.lang.String source_name)
saveProperties
public void saveProperties(java.lang.String source_location,
java.lang.String source_name,
Properties properties)