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 xowl-server-api-2.3.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.xowl.infra.server.base
├─ org.xowl.infra.server.base.BaseDatabase.class - [JAR]
├─ org.xowl.infra.server.base.BaseDatabasePrivileges.class - [JAR]
├─ org.xowl.infra.server.base.BaseFactory.class - [JAR]
├─ org.xowl.infra.server.base.BaseRule.class - [JAR]
├─ org.xowl.infra.server.base.BaseStoredProcedure.class - [JAR]
├─ org.xowl.infra.server.base.BaseStoredProcedureContext.class - [JAR]
├─ org.xowl.infra.server.base.BaseUser.class - [JAR]
├─ org.xowl.infra.server.base.BaseUserPrivileges.class - [JAR]
org.xowl.infra.server.api
├─ org.xowl.infra.server.api.ApiV1.class - [JAR]
├─ org.xowl.infra.server.api.XOWLDatabase.class - [JAR]
├─ org.xowl.infra.server.api.XOWLDatabaseConfiguration.class - [JAR]
├─ org.xowl.infra.server.api.XOWLDatabasePrivileges.class - [JAR]
├─ org.xowl.infra.server.api.XOWLPrivilege.class - [JAR]
├─ org.xowl.infra.server.api.XOWLReplyUtils.class - [JAR]
├─ org.xowl.infra.server.api.XOWLRule.class - [JAR]
├─ org.xowl.infra.server.api.XOWLServer.class - [JAR]
├─ org.xowl.infra.server.api.XOWLStoredProcedure.class - [JAR]
├─ org.xowl.infra.server.api.XOWLStoredProcedureContext.class - [JAR]
├─ org.xowl.infra.server.api.XOWLUser.class - [JAR]
├─ org.xowl.infra.server.api.XOWLUserPrivileges.class - [JAR]
org.xowl.infra.server.remote
├─ org.xowl.infra.server.remote.RemoteDatabase.class - [JAR]
├─ org.xowl.infra.server.remote.RemoteFactory.class - [JAR]
├─ org.xowl.infra.server.remote.RemoteServer.class - [JAR]
├─ org.xowl.infra.server.remote.RemoteUser.class - [JAR]