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 data-plane-aws-s3-0.0.1-dontuse.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.edc.connector.dataplane.aws.s3
├─ org.eclipse.edc.connector.dataplane.aws.s3.DataPlaneS3Extension.class - [JAR]
├─ org.eclipse.edc.connector.dataplane.aws.s3.S3DataSink.class - [JAR]
├─ org.eclipse.edc.connector.dataplane.aws.s3.S3DataSinkFactory.class - [JAR]
├─ org.eclipse.edc.connector.dataplane.aws.s3.S3DataSource.class - [JAR]
├─ org.eclipse.edc.connector.dataplane.aws.s3.S3DataSourceFactory.class - [JAR]
org.eclipse.edc.connector.dataplane.aws.s3.exceptions
├─ org.eclipse.edc.connector.dataplane.aws.s3.exceptions.S3DataSourceException.class - [JAR]