Summer.Batch.Common.Util.DefaultPropertiesPersister Class Reference

Default implementation of the IPropertiesPersister interface. Follows the standard key=value parsing. More...

Inheritance diagram for Summer.Batch.Common.Util.DefaultPropertiesPersister:
Summer.Batch.Common.Util.IPropertiesPersister

Public Member Functions

void Load (NameValueCollection properties, TextReader reader)
 Load properties from a text reader. More...
 
void Store (NameValueCollection properties, TextWriter writer)
 Writes properties to a text writer. More...
 

Detailed Description

Default implementation of the IPropertiesPersister interface. Follows the standard key=value parsing.

Member Function Documentation

void Summer.Batch.Common.Util.DefaultPropertiesPersister.Load ( NameValueCollection  properties,
TextReader  reader 
)

Load properties from a text reader.

Parameters
propertiesThe NameValueCollection where to store the properties.
readerThe TextReader to read the properties from.
Exceptions
IOException in case of I/O errors

Implements Summer.Batch.Common.Util.IPropertiesPersister.

void Summer.Batch.Common.Util.DefaultPropertiesPersister.Store ( NameValueCollection  properties,
TextWriter  writer 
)

Writes properties to a text writer.

Parameters
propertiesThe properties to write.
writerThe TextWriter to write the properties to.
Exceptions
IOException in case of I/O errors

Implements Summer.Batch.Common.Util.IPropertiesPersister.


The documentation for this class was generated from the following file:
  • Summer.Batch.Common/Util/DefaultPropertiesPersister.cs