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 carml-runner-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.carml.jar.runner.format
├─ io.carml.jar.runner.format.Rdf4JFormats.class - [JAR]
├─ io.carml.jar.runner.format.RdfFormat.class - [JAR]
io.carml.jar.runner
├─ io.carml.jar.runner.CarmlCommand.class - [JAR]
├─ io.carml.jar.runner.CarmlJarException.class - [JAR]
├─ io.carml.jar.runner.CarmlMapCommand.class - [JAR]
├─ io.carml.jar.runner.CarmlRunner.class - [JAR]
├─ io.carml.jar.runner.CarmlRunnerFactory.class - [JAR]
io.carml.jar.runner.option
├─ io.carml.jar.runner.option.IriConverter.class - [JAR]
├─ io.carml.jar.runner.option.LoggingOptions.class - [JAR]
├─ io.carml.jar.runner.option.MappingFileOptions.class - [JAR]
├─ io.carml.jar.runner.option.OptionOrder.class - [JAR]
├─ io.carml.jar.runner.option.OutputOptions.class - [JAR]
├─ io.carml.jar.runner.option.OutputRdfFormats.class - [JAR]
io.carml.jar.runner.input
├─ io.carml.jar.runner.input.FilePathResolver.class - [JAR]
├─ io.carml.jar.runner.input.ModelLoader.class - [JAR]
├─ io.carml.jar.runner.input.Rdf4jModelLoader.class - [JAR]
io.carml.jar.runner.output
├─ io.carml.jar.runner.output.OutputHandler.class - [JAR]
io.carml.jar.runner.prefix
├─ io.carml.jar.runner.prefix.DefaultNamespacePrefixMapper.class - [JAR]
├─ io.carml.jar.runner.prefix.NamespacePrefixMapper.class - [JAR]
├─ io.carml.jar.runner.prefix.PrefixMappingConfiguration.class - [JAR]
├─ io.carml.jar.runner.prefix.PrefixMappingException.class - [JAR]
├─ io.carml.jar.runner.prefix.Prefixes.class - [JAR]