Package games.stendhal.tools.updateprop
Class UpdatePropUpdater
java.lang.Object
games.stendhal.tools.updateprop.UpdatePropUpdater
Updates update.properties for a new release.
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UpdatePropUpdater
public UpdatePropUpdater(String oldFile, String newFile, String oldVersion, String newVersion, String folder, List<String> files) throws ExceptionCreates a new UpdatePropUpdater.- Parameters:
oldFile
- name of old filenewFile
- name of new fileoldVersion
- last versionnewVersion
- new versionfolder
- folder the .jar files are infiles
- list of files- Throws:
Exception
-
-
Method Details