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 vxms-k8sdiscovery-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jacpfx.vxms.k8s.discovery
├─ org.jacpfx.vxms.k8s.discovery.Endpoints.class - [JAR]
├─ org.jacpfx.vxms.k8s.discovery.Pods.class - [JAR]
org.jacpfx.vxms.k8s.client
├─ org.jacpfx.vxms.k8s.client.KubeDiscovery.class - [JAR]
├─ org.jacpfx.vxms.k8s.client.VxmsDiscoveryK8SImpl.class - [JAR]
org.jacpfx.vxms.k8s.annotation
├─ org.jacpfx.vxms.k8s.annotation.K8SDiscovery.class - [JAR]
org.jacpfx.vxms.k8s.util
├─ org.jacpfx.vxms.k8s.util.FieldUtil.class - [JAR]
├─ org.jacpfx.vxms.k8s.util.StringUtil.class - [JAR]
├─ org.jacpfx.vxms.k8s.util.TokenUtil.class - [JAR]
org.jacpfx.vxms.k8s.api
├─ org.jacpfx.vxms.k8s.api.CustomClientConfig.class - [JAR]
├─ org.jacpfx.vxms.k8s.api.DefaultCustomClientConfig.class - [JAR]