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 rheem-postgres-0.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.qcri.rheem.postgres
├─ org.qcri.rheem.postgres.Postgres.class - [JAR]
org.qcri.rheem.postgres.operators
├─ org.qcri.rheem.postgres.operators.PostgresExecutionOperator.class - [JAR]
├─ org.qcri.rheem.postgres.operators.PostgresFilterOperator.class - [JAR]
├─ org.qcri.rheem.postgres.operators.PostgresProjectionOperator.class - [JAR]
├─ org.qcri.rheem.postgres.operators.PostgresTableSource.class - [JAR]
org.qcri.rheem.postgres.plugin
├─ org.qcri.rheem.postgres.plugin.PostgresConversionsPlugin.class - [JAR]
├─ org.qcri.rheem.postgres.plugin.PostgresPlugin.class - [JAR]
org.qcri.rheem.postgres.mapping
├─ org.qcri.rheem.postgres.mapping.FilterMapping.class - [JAR]
├─ org.qcri.rheem.postgres.mapping.Mappings.class - [JAR]
├─ org.qcri.rheem.postgres.mapping.ProjectionMapping.class - [JAR]
org.qcri.rheem.postgres.channels
├─ org.qcri.rheem.postgres.channels.ChannelConversions.class - [JAR]
org.qcri.rheem.postgres.platform
├─ org.qcri.rheem.postgres.platform.PostgresPlatform.class - [JAR]