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 app-starters-file-common-2.1.6.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.cloud.stream.app.file
├─ org.springframework.cloud.stream.app.file.FileConsumerProperties.class - [JAR]
├─ org.springframework.cloud.stream.app.file.FileReadingMode.class - [JAR]
├─ org.springframework.cloud.stream.app.file.FileUtils.class - [JAR]
org.springframework.cloud.stream.app.file.remote
├─ org.springframework.cloud.stream.app.file.remote.AbstractRemoteFileProperties.class - [JAR]
├─ org.springframework.cloud.stream.app.file.remote.AbstractRemoteFileSinkProperties.class - [JAR]
├─ org.springframework.cloud.stream.app.file.remote.AbstractRemoteFileSourceProperties.class - [JAR]
├─ org.springframework.cloud.stream.app.file.remote.AbstractRemoteServerProperties.class - [JAR]
├─ org.springframework.cloud.stream.app.file.remote.FilePathUtils.class - [JAR]
├─ org.springframework.cloud.stream.app.file.remote.RemoteFileDeletingTransactionSynchronizationProcessor.class - [JAR]