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 foundation-registry-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.api.registry
├─ org.apache.servicecomb.registry.api.registry.BasePath.class - [JAR]
├─ org.apache.servicecomb.registry.api.registry.DataCenterInfo.class - [JAR]
├─ org.apache.servicecomb.registry.api.registry.FindInstancesResponse.class - [JAR]
├─ org.apache.servicecomb.registry.api.registry.Framework.class - [JAR]
├─ org.apache.servicecomb.registry.api.registry.FrameworkVersions.class - [JAR]
├─ org.apache.servicecomb.registry.api.registry.HealthCheck.class - [JAR]
├─ org.apache.servicecomb.registry.api.registry.HealthCheckMode.class - [JAR]
├─ org.apache.servicecomb.registry.api.registry.Microservice.class - [JAR]
├─ org.apache.servicecomb.registry.api.registry.MicroserviceFactory.class - [JAR]
├─ org.apache.servicecomb.registry.api.registry.MicroserviceInstance.class - [JAR]
├─ org.apache.servicecomb.registry.api.registry.MicroserviceInstanceStatus.class - [JAR]
├─ org.apache.servicecomb.registry.api.registry.MicroserviceInstances.class - [JAR]
├─ org.apache.servicecomb.registry.api.registry.MicroserviceStatus.class - [JAR]
├─ org.apache.servicecomb.registry.api.registry.ServiceCombVersion.class - [JAR]
├─ org.apache.servicecomb.registry.api.registry.WatchAction.class - [JAR]
org.apache.servicecomb.registry.cache
├─ org.apache.servicecomb.registry.cache.CacheEndpoint.class - [JAR]
├─ org.apache.servicecomb.registry.cache.InstanceCache.class - [JAR]
├─ org.apache.servicecomb.registry.cache.InstanceCacheManager.class - [JAR]
├─ org.apache.servicecomb.registry.cache.InstanceCacheManagerNew.class - [JAR]
├─ org.apache.servicecomb.registry.cache.MicroserviceInstanceCache.class - [JAR]
org.apache.servicecomb.registry.version
├─ org.apache.servicecomb.registry.version.VersionRule.class - [JAR]
├─ org.apache.servicecomb.registry.version.VersionRuleFixedParser.class - [JAR]
├─ org.apache.servicecomb.registry.version.VersionRuleLatestParser.class - [JAR]
├─ org.apache.servicecomb.registry.version.VersionRuleParser.class - [JAR]
├─ org.apache.servicecomb.registry.version.VersionRuleRangeParser.class - [JAR]
├─ org.apache.servicecomb.registry.version.VersionRuleStartFromParser.class - [JAR]
├─ org.apache.servicecomb.registry.version.VersionRuleUtils.class - [JAR]
├─ org.apache.servicecomb.registry.version.VersionUtils.class - [JAR]
org.apache.servicecomb.registry.discovery
├─ org.apache.servicecomb.registry.discovery.AbstractDiscoveryFilter.class - [JAR]
├─ org.apache.servicecomb.registry.discovery.AbstractEndpointDiscoveryFilter.class - [JAR]
├─ org.apache.servicecomb.registry.discovery.DiscoveryContext.class - [JAR]
├─ org.apache.servicecomb.registry.discovery.DiscoveryFilter.class - [JAR]
├─ org.apache.servicecomb.registry.discovery.DiscoveryTree.class - [JAR]
├─ org.apache.servicecomb.registry.discovery.DiscoveryTreeNode.class - [JAR]
├─ org.apache.servicecomb.registry.discovery.InstanceStatusDiscoveryFilter.class - [JAR]
org.apache.servicecomb.registry.swagger
├─ org.apache.servicecomb.registry.swagger.SwaggerLoader.class - [JAR]
org.apache.servicecomb.registry.definition
├─ org.apache.servicecomb.registry.definition.DefinitionConst.class - [JAR]
├─ org.apache.servicecomb.registry.definition.MicroserviceNameParser.class - [JAR]
org.apache.servicecomb.registry.config
├─ org.apache.servicecomb.registry.config.AbstractPropertiesLoader.class - [JAR]
├─ org.apache.servicecomb.registry.config.ConfigurePropertyUtils.class - [JAR]
├─ org.apache.servicecomb.registry.config.InstancePropertiesLoader.class - [JAR]
├─ org.apache.servicecomb.registry.config.MicroservicePropertiesLoader.class - [JAR]
├─ org.apache.servicecomb.registry.config.ServiceRegistryCommonConfig.class - [JAR]
org.apache.servicecomb.registry.api.event
├─ org.apache.servicecomb.registry.api.event.CreateMicroserviceEvent.class - [JAR]
├─ org.apache.servicecomb.registry.api.event.CreateMicroserviceVersionEvent.class - [JAR]
├─ org.apache.servicecomb.registry.api.event.DestroyMicroserviceEvent.class - [JAR]
├─ org.apache.servicecomb.registry.api.event.DestroyMicroserviceVersionEvent.class - [JAR]
├─ org.apache.servicecomb.registry.api.event.MicroserviceInstanceChangedEvent.class - [JAR]
├─ org.apache.servicecomb.registry.api.event.MicroserviceInstanceRegisteredEvent.class - [JAR]
├─ org.apache.servicecomb.registry.api.event.ServiceCenterEventBus.class - [JAR]
org.apache.servicecomb.registry.consumer
├─ org.apache.servicecomb.registry.consumer.AppManager.class - [JAR]
├─ org.apache.servicecomb.registry.consumer.MicroserviceInstancePing.class - [JAR]
├─ org.apache.servicecomb.registry.consumer.MicroserviceManager.class - [JAR]
├─ org.apache.servicecomb.registry.consumer.MicroserviceVersion.class - [JAR]
├─ org.apache.servicecomb.registry.consumer.MicroserviceVersionRule.class - [JAR]
├─ org.apache.servicecomb.registry.consumer.MicroserviceVersionRuleData.class - [JAR]
├─ org.apache.servicecomb.registry.consumer.MicroserviceVersions.class - [JAR]
├─ org.apache.servicecomb.registry.consumer.SimpleMicroserviceInstancePing.class - [JAR]
├─ org.apache.servicecomb.registry.consumer.StaticMicroserviceVersions.class - [JAR]
org.apache.servicecomb.registry
├─ org.apache.servicecomb.registry.DiscoveryManager.class - [JAR]
├─ org.apache.servicecomb.registry.RegistrationManager.class - [JAR]
├─ org.apache.servicecomb.registry.RegistryConfiguration.class - [JAR]
org.apache.servicecomb.registry.api
├─ org.apache.servicecomb.registry.api.Discovery.class - [JAR]
├─ org.apache.servicecomb.registry.api.LifeCycle.class - [JAR]
├─ org.apache.servicecomb.registry.api.MicroserviceKey.class - [JAR]
├─ org.apache.servicecomb.registry.api.PropertyExtended.class - [JAR]
├─ org.apache.servicecomb.registry.api.Registration.class - [JAR]
├─ org.apache.servicecomb.registry.api.Versions.class - [JAR]