org.mevenide.properties.writer
Interface IPropertiesWriter

All Known Implementing Classes:
CarefulPropertiesWriter, DefaultPropertiesWriter

public interface IPropertiesWriter

interface for writing properties files.

Author:
Milos Kleint

Method Summary
 void marshall(java.io.OutputStream output, java.util.Properties props, java.io.InputStream currentContent)
          writes the properties to outputstream, considering the currentcontent if not null andthe implementation is capable.
 

Method Detail

marshall

public void marshall(java.io.OutputStream output,
                     java.util.Properties props,
                     java.io.InputStream currentContent)
              throws java.io.IOException
writes the properties to outputstream, considering the currentcontent if not null andthe implementation is capable.

Parameters:
props - properties to write.
Throws:
java.io.IOException - if anything goes wrong.


Copyright © 2003-2005 The Codehaus. All Rights Reserved.