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.wso2.carbon.registry.properties-4.8.15.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.wso2.carbon.registry.properties.services
├─ org.wso2.carbon.registry.properties.services.PropertiesAdminService.class - [JAR]
org.wso2.carbon.registry.properties.beans
├─ org.wso2.carbon.registry.properties.beans.PropertiesBean.class - [JAR]
├─ org.wso2.carbon.registry.properties.beans.RetentionBean.class - [JAR]
org.wso2.carbon.registry.properties.utils
├─ org.wso2.carbon.registry.properties.utils.PropertiesBeanPopulator.class - [JAR]
├─ org.wso2.carbon.registry.properties.utils.Property.class - [JAR]
org.wso2.carbon.registry.properties.internal
├─ org.wso2.carbon.registry.properties.internal.PropertiesDataHolder.class - [JAR]
├─ org.wso2.carbon.registry.properties.internal.RegistryMgtUIPropertiesServiceComponent.class - [JAR]