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 bonita-profile-model-1.0.0-alpha-01.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.bonitasoft.engine.profile.impl
├─ org.bonitasoft.engine.profile.impl.ProfileImpl.class - [JAR]
├─ org.bonitasoft.engine.profile.impl.ProfileMemberImpl.class - [JAR]
org.bonitasoft.engine.profile.xml
├─ org.bonitasoft.engine.profile.xml.MembershipNode.class - [JAR]
├─ org.bonitasoft.engine.profile.xml.ProfileMappingNode.class - [JAR]
├─ org.bonitasoft.engine.profile.xml.ProfileNode.class - [JAR]
├─ org.bonitasoft.engine.profile.xml.ProfilesNode.class - [JAR]
├─ org.bonitasoft.engine.profile.xml.package-info.class - [JAR]
org.bonitasoft.engine.profile
├─ org.bonitasoft.engine.profile.Profile.class - [JAR]
├─ org.bonitasoft.engine.profile.ProfileMember.class - [JAR]
├─ org.bonitasoft.engine.profile.ProfilesParser.class - [JAR]