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 representations-core-1.8.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jclouds.representations
├─ org.jclouds.representations.ApiMetadata.class - [JAR]
├─ org.jclouds.representations.Context.class - [JAR]
├─ org.jclouds.representations.Location.class - [JAR]
├─ org.jclouds.representations.ProviderMetadata.class - [JAR]
├─ org.jclouds.representations.Representations.class - [JAR]
org.jclouds.compute.representations
├─ org.jclouds.compute.representations.ComputeService.class - [JAR]
├─ org.jclouds.compute.representations.ExecResponse.class - [JAR]
├─ org.jclouds.compute.representations.Hardware.class - [JAR]
├─ org.jclouds.compute.representations.Image.class - [JAR]
├─ org.jclouds.compute.representations.LoginCredentials.class - [JAR]
├─ org.jclouds.compute.representations.NodeMetadata.class - [JAR]
├─ org.jclouds.compute.representations.OperatingSystem.class - [JAR]
├─ org.jclouds.compute.representations.Processor.class - [JAR]
├─ org.jclouds.compute.representations.Volume.class - [JAR]
org.jclouds.blobstore.representations
├─ org.jclouds.blobstore.representations.Blob.class - [JAR]
├─ org.jclouds.blobstore.representations.BlobMetadata.class - [JAR]
├─ org.jclouds.blobstore.representations.BlobStore.class - [JAR]
├─ org.jclouds.blobstore.representations.ContentMetadata.class - [JAR]
├─ org.jclouds.blobstore.representations.StorageMetadata.class - [JAR]