Class RPClassDumper
java.lang.Object
games.stendhal.tools.rpclassdumper.RPClassDumper
dumps the rpclass definitions to .java files,
so that they can be reversed engineered into uml class diagrams.
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RPClassDumper
creates a new RPClassDumper- Parameters:
outputFolder
- folder to dump the java files to
-
-
Method Details
-
main
creates java files based on the RPClass definitions, so that uml tools can reverse engineer them.- Parameters:
args
- name of output folder- Throws:
FileNotFoundException
- in case the output folder is invalid
-