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-common-artifacts-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.bpm.internal
├─ org.bonitasoft.engine.bpm.internal.BaseDefinitionElementImpl.class - [JAR]
├─ org.bonitasoft.engine.bpm.internal.BaseElementImpl.class - [JAR]
├─ org.bonitasoft.engine.bpm.internal.LongToStringAdapter.class - [JAR]
├─ org.bonitasoft.engine.bpm.internal.NamedDefinitionElementImpl.class - [JAR]
├─ org.bonitasoft.engine.bpm.internal.NamedElementImpl.class - [JAR]
org.bonitasoft.engine.bpm
├─ org.bonitasoft.engine.bpm.BaseElement.class - [JAR]
├─ org.bonitasoft.engine.bpm.BonitaObject.class - [JAR]
├─ org.bonitasoft.engine.bpm.DescriptionElement.class - [JAR]
├─ org.bonitasoft.engine.bpm.NamedElement.class - [JAR]
├─ org.bonitasoft.engine.bpm.ObjectSeeker.class - [JAR]
org.bonitasoft.engine.xml.parser
├─ org.bonitasoft.engine.xml.parser.AbstractParser.class - [JAR]