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 org.kevoree.tools.registry.client-5.5.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.kevoree.registry.client.domain
├─ org.kevoree.registry.client.domain.RAuth.class - [JAR]
├─ org.kevoree.registry.client.domain.RDeployUnit.class - [JAR]
├─ org.kevoree.registry.client.domain.RNamespace.class - [JAR]
├─ org.kevoree.registry.client.domain.RTypeDefinition.class - [JAR]
├─ org.kevoree.registry.client.domain.RUser.class - [JAR]
org.kevoree.registry.client
├─ org.kevoree.registry.client.AccountRegistryClient.class - [JAR]
├─ org.kevoree.registry.client.AuthRegistryClient.class - [JAR]
├─ org.kevoree.registry.client.DeployUnitRegistryClient.class - [JAR]
├─ org.kevoree.registry.client.KevoreeRegistryClient.class - [JAR]
├─ org.kevoree.registry.client.KevoreeRegistryException.class - [JAR]
├─ org.kevoree.registry.client.RegistryClient.class - [JAR]
├─ org.kevoree.registry.client.TypeDefRegistryClient.class - [JAR]