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 sofa-replication-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.sinyax.sofa
├─ net.sinyax.sofa.HttpResponseStatusException.class - [JAR]
├─ net.sinyax.sofa.LocalDatabase.class - [JAR]
├─ net.sinyax.sofa.RemoteHttpDatabase.class - [JAR]
├─ net.sinyax.sofa.Replicator.class - [JAR]
├─ net.sinyax.sofa.ReplicatorDbAdapter.class - [JAR]
net.sinyax.sofa.dto
├─ net.sinyax.sofa.dto.BulkUpdate.class - [JAR]
├─ net.sinyax.sofa.dto.ChangeRecord.class - [JAR]
├─ net.sinyax.sofa.dto.ChangesResponse.class - [JAR]
├─ net.sinyax.sofa.dto.DatabaseInfo.class - [JAR]
├─ net.sinyax.sofa.dto.DocRevResponse.class - [JAR]
├─ net.sinyax.sofa.dto.DocSaveResponse.class - [JAR]