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 migoo-5.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.migoo.convert
├─ xyz.migoo.convert.Convert2Sampler.class - [JAR]
├─ xyz.migoo.convert.ConvertFactory.class - [JAR]
├─ xyz.migoo.convert.Har2Sampler.class - [JAR]
├─ xyz.migoo.convert.Postman2Sampler.class - [JAR]
xyz.migoo.report
├─ xyz.migoo.report.StandardReport.class - [JAR]
xyz.migoo.loader
├─ xyz.migoo.loader.Loader.class - [JAR]
org.apache.commons.text.translate
├─ org.apache.commons.text.translate.AggregateTranslator.class - [JAR]
├─ org.apache.commons.text.translate.CharSequenceTranslator.class - [JAR]
├─ org.apache.commons.text.translate.EntityArrays.class - [JAR]
├─ org.apache.commons.text.translate.LookupTranslator.class - [JAR]
xyz.migoo
├─ xyz.migoo.CommandLine.class - [JAR]
├─ xyz.migoo.Constants.class - [JAR]
├─ xyz.migoo.MiGoo.class - [JAR]
xyz.migoo.report.util
├─ xyz.migoo.report.util.DateUtils.class - [JAR]