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 elasticsearch-river-mongodb-1.6.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.elasticsearch.plugin.river.mongodb
├─ org.elasticsearch.plugin.river.mongodb.MongoDBRiverPlugin.class - [JAR]
org.elasticsearch.river.mongodb
├─ org.elasticsearch.river.mongodb.MongoDBRiver.class - [JAR]
├─ org.elasticsearch.river.mongodb.MongodbRiverModule.class - [JAR]
org.elasticsearch.river.mongodb.util
├─ org.elasticsearch.river.mongodb.util.GridFSHelper.class - [JAR]