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 org.tinygroup.menutree-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tinygroup.menutree.util
├─ org.tinygroup.menutree.util.MenuUtil.class - [JAR]
org.tinygroup.menutree.manager.impl
├─ org.tinygroup.menutree.manager.impl.MenuTreeManagerImpl.class - [JAR]
├─ org.tinygroup.menutree.manager.impl.UserAuthManagerImpl.class - [JAR]
org.tinygroup.menutree.dto
├─ org.tinygroup.menutree.dto.MenuInfo.class - [JAR]
├─ org.tinygroup.menutree.dto.MenuNode.class - [JAR]
org.tinygroup.menutree.fileresolver
├─ org.tinygroup.menutree.fileresolver.ManageMenusLoaderFileProcessor.class - [JAR]
├─ org.tinygroup.menutree.fileresolver.ManageUserConfigLoaderFileProcessor.class - [JAR]
org.tinygroup.menutree.config
├─ org.tinygroup.menutree.config.Menu.class - [JAR]
├─ org.tinygroup.menutree.config.Menus.class - [JAR]
├─ org.tinygroup.menutree.config.User.class - [JAR]
├─ org.tinygroup.menutree.config.UserConfigs.class - [JAR]
org.tinygroup.menutree.manager
├─ org.tinygroup.menutree.manager.MenuTreeManager.class - [JAR]
├─ org.tinygroup.menutree.manager.UserAuthManager.class - [JAR]