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 jplugin-app-notify-3.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.jplugin.extension.appnotify
├─ net.jplugin.extension.appnotify.ExtensionAppNotifyHelper.class - [JAR]
├─ net.jplugin.extension.appnotify.Plugin.class - [JAR]
net.jplugin.extension.appnotify.export
├─ net.jplugin.extension.appnotify.export.INotifyExport.class - [JAR]
├─ net.jplugin.extension.appnotify.export.NotifyExport.class - [JAR]
net.jplugin.extension.appnotify.impl
├─ net.jplugin.extension.appnotify.impl.NotifyServiceManager.class - [JAR]
net.jplugin.extension.appnotify.api
├─ net.jplugin.extension.appnotify.api.AppBroadcastManager.class - [JAR]
├─ net.jplugin.extension.appnotify.api.BroadcastMessage.class - [JAR]
├─ net.jplugin.extension.appnotify.api.IAppBroadcastListener.class - [JAR]
├─ net.jplugin.extension.appnotify.api.Result.class - [JAR]