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 registry-lightweight-2.8.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.servicecomb.registry.lightweight
├─ org.apache.servicecomb.registry.lightweight.AbstractLightweightDiscovery.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.AbstractLightweightRegistration.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.DiscoveryClient.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.DiscoveryEndpoint.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.Message.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.MessageExecutor.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.MessageType.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.MicroserviceInfo.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.RegisterException.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.RegisterInstanceEvent.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.RegisterRequest.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.SchemaChangedEvent.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.Self.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.StoreService.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.UnregisterRequest.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.VirtualDiscoverySvc.class - [JAR]
org.apache.servicecomb.registry.lightweight.store
├─ org.apache.servicecomb.registry.lightweight.store.AppStore.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.store.InstanceStore.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.store.MicroserviceStore.class - [JAR]
├─ org.apache.servicecomb.registry.lightweight.store.Store.class - [JAR]