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 core-1.4.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ai.grakn.kgms.authentication.model
├─ ai.grakn.kgms.authentication.model.User.class - [JAR]
ai.grakn.kgms.util
├─ ai.grakn.kgms.util.ErrorMessage.class - [JAR]
ai.grakn.kgms.repository
├─ ai.grakn.kgms.repository.RepositoryDeleteByName.class - [JAR]
├─ ai.grakn.kgms.repository.RepositoryLoadAll.class - [JAR]
├─ ai.grakn.kgms.repository.RepositoryLoadByName.class - [JAR]
├─ ai.grakn.kgms.repository.RepositorySaveByName.class - [JAR]
├─ ai.grakn.kgms.repository.RepositoryUpdateByName.class - [JAR]
├─ ai.grakn.kgms.repository.UserRepository.class - [JAR]
├─ ai.grakn.kgms.repository.UserRepositoryFactory.class - [JAR]