|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mevenide.properties.writer.CarefulPropertiesWriter
public class CarefulPropertiesWriter
| Constructor Summary | |
|---|---|
CarefulPropertiesWriter()
Creates a new instance of CarefulPropertiesWriter |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CarefulPropertiesWriter()
| Method Detail |
|---|
public void marshall(java.io.OutputStream output,
java.util.Properties props,
java.io.InputStream currentContent)
throws java.io.IOException
IPropertiesWriter
marshall in interface IPropertiesWriterprops - properties to write.
java.io.IOException - if anything goes wrong.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||