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 plugin-1.17.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.sf.tweety.plugin
├─ net.sf.tweety.plugin.AbstractTweetyPlugin.class - [JAR]
├─ net.sf.tweety.plugin.OutputField.class - [JAR]
├─ net.sf.tweety.plugin.PluginOutput.class - [JAR]
├─ net.sf.tweety.plugin.TweetyPlugin.class - [JAR]
net.sf.tweety.plugin.parameter
├─ net.sf.tweety.plugin.parameter.CommandParameter.class - [JAR]
├─ net.sf.tweety.plugin.parameter.CustomStringListCommandParameter.class - [JAR]
├─ net.sf.tweety.plugin.parameter.FileListCommandParameter.class - [JAR]
├─ net.sf.tweety.plugin.parameter.IntegerCommandParameter.class - [JAR]
├─ net.sf.tweety.plugin.parameter.SelectionCommandParameter.class - [JAR]
├─ net.sf.tweety.plugin.parameter.StringListCommandParameter.class - [JAR]