View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spell-check-maven-plugin-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.tomxiong.spellchecker
├─ com.github.tomxiong.spellchecker.AbstractSpellMojo.class - [JAR]
├─ com.github.tomxiong.spellchecker.SpellCheckMojo.class - [JAR]
├─ com.github.tomxiong.spellchecker.SpellListMojo.class - [JAR]
com.github.tomxiong.spellchecker.checker
├─ com.github.tomxiong.spellchecker.checker.AbstractSpellChecker.class - [JAR]
├─ com.github.tomxiong.spellchecker.checker.CheckResult.class - [JAR]
├─ com.github.tomxiong.spellchecker.checker.JavaSpellChecker.class - [JAR]
├─ com.github.tomxiong.spellchecker.checker.PropertiesSpellChecker.class - [JAR]
├─ com.github.tomxiong.spellchecker.checker.SpellChecker.class - [JAR]
├─ com.github.tomxiong.spellchecker.checker.XmlSpellChecker.class - [JAR]
com.github.tomxiong.spellchecker.dictionary
├─ com.github.tomxiong.spellchecker.dictionary.DamerauLevenshteinDistance.class - [JAR]
├─ com.github.tomxiong.spellchecker.dictionary.Dictionary.class - [JAR]
├─ com.github.tomxiong.spellchecker.dictionary.SpellSuggester.class - [JAR]