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 flyway-commandline-6.5.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.flywaydb.commandline
├─ org.flywaydb.commandline.ColorizedConsoleLog.class - [JAR]
├─ org.flywaydb.commandline.CommandLineArguments.class - [JAR]
├─ org.flywaydb.commandline.ConsoleLog.class - [JAR]
├─ org.flywaydb.commandline.ConsoleLogCreator.class - [JAR]
├─ org.flywaydb.commandline.FileLog.class - [JAR]
├─ org.flywaydb.commandline.FileLogCreator.class - [JAR]
├─ org.flywaydb.commandline.Main.class - [JAR]
├─ org.flywaydb.commandline.MultiLogCreator.class - [JAR]
├─ org.flywaydb.commandline.MultiLogger.class - [JAR]