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