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 portability-spi-cloud-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.datatransferproject.spi.cloud.extension
├─ org.datatransferproject.spi.cloud.extension.CloudExtension.class - [JAR]
├─ org.datatransferproject.spi.cloud.extension.CloudExtensionLoader.class - [JAR]
├─ org.datatransferproject.spi.cloud.extension.CloudExtensionModule.class - [JAR]
org.datatransferproject.spi.cloud.storage
├─ org.datatransferproject.spi.cloud.storage.AppCredentialStore.class - [JAR]
├─ org.datatransferproject.spi.cloud.storage.CryptoKeyStore.class - [JAR]
├─ org.datatransferproject.spi.cloud.storage.JobStore.class - [JAR]
├─ org.datatransferproject.spi.cloud.storage.JobStoreWithValidator.class - [JAR]
├─ org.datatransferproject.spi.cloud.storage.TemporaryPerJobDataStore.class - [JAR]
org.datatransferproject.spi.cloud.connection
├─ org.datatransferproject.spi.cloud.connection.ConnectionProvider.class - [JAR]
org.datatransferproject.spi.cloud.types
├─ org.datatransferproject.spi.cloud.types.AutoValue_JobAuthorization.class - [JAR]
├─ org.datatransferproject.spi.cloud.types.AutoValue_PortabilityJob.class - [JAR]
├─ org.datatransferproject.spi.cloud.types.JobAuthorization.class - [JAR]
├─ org.datatransferproject.spi.cloud.types.PortabilityJob.class - [JAR]