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 ff4j-store-couchdb-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ff4j.couchdb
├─ org.ff4j.couchdb.CouchDbConnection.class - [JAR]
├─ org.ff4j.couchdb.CouchDbConstants.class - [JAR]
├─ org.ff4j.couchdb.CouchDbEventView.class - [JAR]
├─ org.ff4j.couchdb.CouchDbFeatureView.class - [JAR]
├─ org.ff4j.couchdb.CouchDbPropertyView.class - [JAR]
org.ff4j.couchdb.store
├─ org.ff4j.couchdb.store.EventStoreCouchDb.class - [JAR]
├─ org.ff4j.couchdb.store.FeatureStoreCouchDb.class - [JAR]
├─ org.ff4j.couchdb.store.PropertyStoreCouchDb.class - [JAR]
org.ff4j.couchdb.document
├─ org.ff4j.couchdb.document.CouchDbEvent.class - [JAR]
├─ org.ff4j.couchdb.document.CouchDbFeature.class - [JAR]
├─ org.ff4j.couchdb.document.CouchDbProperty.class - [JAR]