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 Appium-Support-1.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.genium_framework.server
├─ com.github.genium_framework.server.IMobileServer.class - [JAR]
├─ com.github.genium_framework.server.ServerArguments.class - [JAR]
com.github.genium_framework.appium.support.command
├─ com.github.genium_framework.appium.support.command.CommandManager.class - [JAR]
com.github.genium_framework.server.exception
├─ com.github.genium_framework.server.exception.InvalidAppiumJSFilePathException.class - [JAR]
├─ com.github.genium_framework.server.exception.InvalidNodeFilePathException.class - [JAR]
├─ com.github.genium_framework.server.exception.InvalidServerFileException.class - [JAR]
├─ com.github.genium_framework.server.exception.ServerDirectoryNotFoundException.class - [JAR]
├─ com.github.genium_framework.server.exception.ServerException.class - [JAR]
├─ com.github.genium_framework.server.exception.ServerTimeoutException.class - [JAR]
com.github.genium_framework.appium.support.server
├─ com.github.genium_framework.appium.support.server.AppiumServer.class - [JAR]
com.github.genium_framework.appium.support.server.arguments
├─ com.github.genium_framework.appium.support.server.arguments.AppiumAndroidArgs.class - [JAR]
├─ com.github.genium_framework.appium.support.server.arguments.AppiumCommonArgs.class - [JAR]
├─ com.github.genium_framework.appium.support.server.arguments.AppiumIOSArgs.class - [JAR]