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.apache.stratos.tenant.activity-4.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.stratos.tenant.activity.services
├─ org.apache.stratos.tenant.activity.services.TenantActivityService.class - [JAR]
org.apache.stratos.tenant.activity.beans
├─ org.apache.stratos.tenant.activity.beans.PaginatedTenantDataBean.class - [JAR]
├─ org.apache.stratos.tenant.activity.beans.TenantDataBean.class - [JAR]
org.apache.stratos.tenant.activity.util
├─ org.apache.stratos.tenant.activity.util.TenantActivityUtil.class - [JAR]
├─ org.apache.stratos.tenant.activity.util.Util.class - [JAR]
org.apache.stratos.tenant.activity.commands
├─ org.apache.stratos.tenant.activity.commands.GetActiveTenantsInMemberRequest.class - [JAR]
├─ org.apache.stratos.tenant.activity.commands.GetActiveTenantsInMemberResponse.class - [JAR]
org.apache.stratos.tenant.activity.internal
├─ org.apache.stratos.tenant.activity.internal.TenantActivityServiceComponent.class - [JAR]