Package games.stendhal.tools.updateprop
Class UpdatePropertiesWriter
java.lang.Object
games.stendhal.tools.updateprop.UpdatePropertiesWriter
Writes an update.properties file.
- Author:
- hendrik
-
Constructor Summary
ConstructorDescriptionUpdatePropertiesWriter(Properties prop, PrintStream ps)
Creates a new UpdatePropertiesWriter. -
Method Summary
-
Constructor Details
-
UpdatePropertiesWriter
Creates a new UpdatePropertiesWriter.- Parameters:
prop
- properties to writeps
- output stream
-
-
Method Details
-
process
public void process()writes the update properties.
-