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 ldclient-provider-phpbb-3.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.marmotta.ldclient.provider.phpbb.mapping
├─ org.apache.marmotta.ldclient.provider.phpbb.mapping.PHPBBDateMapper.class - [JAR]
├─ org.apache.marmotta.ldclient.provider.phpbb.mapping.PHPBBForumHrefMapper.class - [JAR]
├─ org.apache.marmotta.ldclient.provider.phpbb.mapping.PHPBBPostIdMapper.class - [JAR]
├─ org.apache.marmotta.ldclient.provider.phpbb.mapping.PHPBBTopicHrefMapper.class - [JAR]
org.apache.marmotta.ldclient.provider.phpbb
├─ org.apache.marmotta.ldclient.provider.phpbb.PHPBBForumProvider.class - [JAR]
├─ org.apache.marmotta.ldclient.provider.phpbb.PHPBBPostProvider.class - [JAR]
├─ org.apache.marmotta.ldclient.provider.phpbb.PHPBBTopicProvider.class - [JAR]
org.apache.marmotta.ldclient.endpoint.phpbb
├─ org.apache.marmotta.ldclient.endpoint.phpbb.PHPBBEndpoints.class - [JAR]
├─ org.apache.marmotta.ldclient.endpoint.phpbb.PHPBBForumEndpoint.class - [JAR]
├─ org.apache.marmotta.ldclient.endpoint.phpbb.PHPBBPostEndpoint.class - [JAR]
├─ org.apache.marmotta.ldclient.endpoint.phpbb.PHPBBTopicEndpoint.class - [JAR]