Class WordListUpdate

java.lang.Object
games.stendhal.tools.npcparser.WordListUpdate

public final class WordListUpdate extends Object
WordListUpdate reads the current word list from predefined resources, writes a new updated, pretty formatted list in the file "words.txt" and updates the database table "words".
  • Constructor Details

    • WordListUpdate

      public WordListUpdate()
  • Method Details

    • main

      public static void main(String[] args)
    • updateWordList

      public static String updateWordList(WordList wl)