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 tika-normaliser-1.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.tika.parser.html
├─ org.apache.tika.parser.html.CustomBoilerpipeHtmlParser.class - [JAR]
org.apache.tika.parser.microsoft
├─ org.apache.tika.parser.microsoft.CustomOfficeParser.class - [JAR]
├─ org.apache.tika.parser.microsoft.CustomOutlookExtractor.class - [JAR]
├─ org.apache.tika.parser.microsoft.EmlParser.class - [JAR]
org.ow2.weblab.services.normaliser.tika
├─ org.ow2.weblab.services.normaliser.tika.MediaUnitContentHandler.class - [JAR]
├─ org.ow2.weblab.services.normaliser.tika.TikaExtractorService.class - [JAR]
org.apache.tika.parser.pdf
├─ org.apache.tika.parser.pdf.CustomPDF2XHTML.class - [JAR]
├─ org.apache.tika.parser.pdf.CustomPDFParser.class - [JAR]