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 plugin-backend-2.0.154.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.webpieces.plugin.backend.menu
├─ org.webpieces.plugin.backend.menu.HeadingCompare.class - [JAR]
├─ org.webpieces.plugin.backend.menu.MenuCreator.class - [JAR]
├─ org.webpieces.plugin.backend.menu.SingleMenu.class - [JAR]
├─ org.webpieces.plugin.backend.menu.SingleMenuItem.class - [JAR]
org.webpieces.plugin.backend.login
├─ org.webpieces.plugin.backend.login.BackendLogin.class - [JAR]
├─ org.webpieces.plugin.backend.login.BackendLoginController.class - [JAR]
├─ org.webpieces.plugin.backend.login.BackendLoginRouteId.class - [JAR]
├─ org.webpieces.plugin.backend.login.BackendLoginRoutes.class - [JAR]
├─ org.webpieces.plugin.backend.login.login_html.class - [JAR]
org.webpieces.plugin.backend
├─ org.webpieces.plugin.backend.BackendConfig.class - [JAR]
├─ org.webpieces.plugin.backend.BackendController.class - [JAR]
├─ org.webpieces.plugin.backend.BackendModule.class - [JAR]
├─ org.webpieces.plugin.backend.BackendPlugin.class - [JAR]
├─ org.webpieces.plugin.backend.BackendRoutes.class - [JAR]
├─ org.webpieces.plugin.backend.home_html.class - [JAR]
├─ org.webpieces.plugin.backend.internalError_html.class - [JAR]
├─ org.webpieces.plugin.backend.notFound_html.class - [JAR]
org.webpieces.plugin
├─ org.webpieces.plugin.main_html.class - [JAR]
org.webpieces.plugin.backend.spi
├─ org.webpieces.plugin.backend.spi.BackendGuiDescriptor.class - [JAR]
├─ org.webpieces.plugin.backend.spi.MenuCategory.class - [JAR]
├─ org.webpieces.plugin.backend.spi.PageDescriptor.class - [JAR]