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 cq-spellchecker-5.6.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.day.cq.spellchecker.impl.myspell
├─ com.day.cq.spellchecker.impl.myspell.Affix.class - [JAR]
├─ com.day.cq.spellchecker.impl.myspell.AffixManager.class - [JAR]
├─ com.day.cq.spellchecker.impl.myspell.HashManager.class - [JAR]
├─ com.day.cq.spellchecker.impl.myspell.MySpell.class - [JAR]
├─ com.day.cq.spellchecker.impl.myspell.Prefix.class - [JAR]
├─ com.day.cq.spellchecker.impl.myspell.Suffix.class - [JAR]
├─ com.day.cq.spellchecker.impl.myspell.SuggestionManager.class - [JAR]
├─ com.day.cq.spellchecker.impl.myspell.Util.class - [JAR]
com.day.cq.spellchecker.servlets
├─ com.day.cq.spellchecker.servlets.SpellCheckServlet.class - [JAR]
com.day.cq.spellchecker.impl
├─ com.day.cq.spellchecker.impl.SpellCheckServiceImpl.class - [JAR]
├─ com.day.cq.spellchecker.impl.SpellChecker.class - [JAR]
├─ com.day.cq.spellchecker.impl.SpellCheckerProvider.class - [JAR]
com.day.cq.spellchecker.impl.preprocessors
├─ com.day.cq.spellchecker.impl.preprocessors.HtmlPreProcessor.class - [JAR]
├─ com.day.cq.spellchecker.impl.preprocessors.PreProcessor.class - [JAR]
├─ com.day.cq.spellchecker.impl.preprocessors.TextPreProcessor.class - [JAR]
├─ com.day.cq.spellchecker.impl.preprocessors.Word.class - [JAR]
com.day.cq.spellchecker.impl.preprocessors.html
├─ com.day.cq.spellchecker.impl.preprocessors.html.AttributeDef.class - [JAR]
├─ com.day.cq.spellchecker.impl.preprocessors.html.HtmlListener.class - [JAR]
├─ com.day.cq.spellchecker.impl.preprocessors.html.SimpleHtmlParser.class - [JAR]
com.day.cq.spellchecker
├─ com.day.cq.spellchecker.SpellCheckException.class - [JAR]
├─ com.day.cq.spellchecker.SpellCheckService.class - [JAR]
├─ com.day.cq.spellchecker.TextCheckResult.class - [JAR]
├─ com.day.cq.spellchecker.WordCheckResult.class - [JAR]