Class RPClassDumper

java.lang.Object
games.stendhal.tools.rpclassdumper.RPClassDumper

public class RPClassDumper extends Object
dumps the rpclass definitions to .java files, so that they can be reversed engineered into uml class diagrams.
Author:
hendrik
  • Constructor Details

    • RPClassDumper

      public RPClassDumper(String outputFolder)
      creates a new RPClassDumper
      Parameters:
      outputFolder - folder to dump the java files to
  • Method Details

    • main

      public static void main(String[] args) throws FileNotFoundException
      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