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 testng-xml-maker-maven-plugin-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
in.mayurshah.pojo
├─ in.mayurshah.pojo.Browser.class - [JAR]
├─ in.mayurshah.pojo.Class.class - [JAR]
├─ in.mayurshah.pojo.Method.class - [JAR]
├─ in.mayurshah.pojo.Test.class - [JAR]
in.mayurshah
├─ in.mayurshah.TestMGMakerMojo.class - [JAR]
in.mayurshah.util
├─ in.mayurshah.util.Const.class - [JAR]
├─ in.mayurshah.util.CustomSuiteGenerator.class - [JAR]
├─ in.mayurshah.util.EnvVarToFile.class - [JAR]