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 Plugins-DB-1.1.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.unafraid.plugins.db
├─ com.github.unafraid.plugins.db.DatabaseProvider.class - [JAR]
├─ com.github.unafraid.plugins.db.IDatabaseFactory.class - [JAR]
com.github.unafraid.plugins.db.dao
├─ com.github.unafraid.plugins.db.dao.PluginsDAO.class - [JAR]
com.github.unafraid.plugins.db.dao.dto
├─ com.github.unafraid.plugins.db.dao.dto.Plugin.class - [JAR]
com.github.unafraid.plugins.installers.db
├─ com.github.unafraid.plugins.installers.db.DatabaseInstaller.class - [JAR]
├─ com.github.unafraid.plugins.installers.db.PluginDatabaseFile.class - [JAR]
com.github.unafraid.plugins
├─ com.github.unafraid.plugins.AbstractDBPlugin.class - [JAR]
├─ com.github.unafraid.plugins.DBPluginRepository.class - [JAR]
com.github.unafraid.plugins.db.dao.mapper
├─ com.github.unafraid.plugins.db.dao.mapper.PluginMapper.class - [JAR]