be.lassi.preferences
Class PreferencesWriter
java.lang.Object
be.lassi.preferences.PreferencesWriter
public class PreferencesWriter
- extends java.lang.Object
Writes preferences to a print stream.
Constructor Summary |
PreferencesWriter(java.io.PrintStream out)
Constructs a new writer. |
Method Summary |
void |
write(java.util.List<Preferences> preferencesCollection)
Writes preferences. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreferencesWriter
public PreferencesWriter(java.io.PrintStream out)
- Constructs a new writer.
- Parameters:
out
- the output stream
write
public void write(java.util.List<Preferences> preferencesCollection)
- Writes preferences.
- Parameters:
preferencesCollection
- collection with preferences to write