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 lutra-wottr-0.6.18.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.ottr.lutra.wottr
├─ xyz.ottr.lutra.wottr.WOTTR.class - [JAR]
├─ xyz.ottr.lutra.wottr.WottrFormat.class - [JAR]
xyz.ottr.lutra.wottr.writer
├─ xyz.ottr.lutra.wottr.writer.WInstanceWriter.class - [JAR]
├─ xyz.ottr.lutra.wottr.writer.WStreamedInstanceWriter.class - [JAR]
├─ xyz.ottr.lutra.wottr.writer.WTemplateWriter.class - [JAR]
├─ xyz.ottr.lutra.wottr.writer.WTermWriter.class - [JAR]
├─ xyz.ottr.lutra.wottr.writer.WTripleWriter.class - [JAR]
├─ xyz.ottr.lutra.wottr.writer.WTypeWriter.class - [JAR]
├─ xyz.ottr.lutra.wottr.writer.WriterUtils.class - [JAR]
xyz.ottr.lutra.wottr.io
├─ xyz.ottr.lutra.wottr.io.RDFIO.class - [JAR]
├─ xyz.ottr.lutra.wottr.io.RDFInputStreamReader.class - [JAR]
├─ xyz.ottr.lutra.wottr.io.RDFReader.class - [JAR]
xyz.ottr.lutra.wottr.util
├─ xyz.ottr.lutra.wottr.util.PrefixMappings.class - [JAR]
├─ xyz.ottr.lutra.wottr.util.RDFNodes.class - [JAR]
xyz.ottr.lutra.wottr.parser
├─ xyz.ottr.lutra.wottr.parser.ModelSelector.class - [JAR]
├─ xyz.ottr.lutra.wottr.parser.WArgumentParser.class - [JAR]
├─ xyz.ottr.lutra.wottr.parser.WInstanceParser.class - [JAR]
├─ xyz.ottr.lutra.wottr.parser.WParameterParser.class - [JAR]
├─ xyz.ottr.lutra.wottr.parser.WTemplateParser.class - [JAR]
├─ xyz.ottr.lutra.wottr.parser.WTermParser.class - [JAR]
├─ xyz.ottr.lutra.wottr.parser.WTripleInstanceParser.class - [JAR]
├─ xyz.ottr.lutra.wottr.parser.WTripleSerialiser.class - [JAR]
├─ xyz.ottr.lutra.wottr.parser.WTypeParser.class - [JAR]