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 service-catalog-examples-6.8.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.fabric8.servicecatalog.examples
├─ io.fabric8.servicecatalog.examples.ClientFactory.class - [JAR]
├─ io.fabric8.servicecatalog.examples.CreateBinding.class - [JAR]
├─ io.fabric8.servicecatalog.examples.CreateBroker.class - [JAR]
├─ io.fabric8.servicecatalog.examples.ListBrokers.class - [JAR]
├─ io.fabric8.servicecatalog.examples.ListServiceClasses.class - [JAR]
├─ io.fabric8.servicecatalog.examples.ListServiceClassesByBroker.class - [JAR]
├─ io.fabric8.servicecatalog.examples.ListServiceInstances.class - [JAR]
├─ io.fabric8.servicecatalog.examples.ListServicePlans.class - [JAR]
├─ io.fabric8.servicecatalog.examples.ListServicePlansByBroker.class - [JAR]
├─ io.fabric8.servicecatalog.examples.ProvisionService.class - [JAR]
├─ io.fabric8.servicecatalog.examples.RemoveBroker.class - [JAR]