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-business-object-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.bdm.model
├─ org.bonitasoft.engine.bdm.model.BusinessObject.class - [JAR]
├─ org.bonitasoft.engine.bdm.model.BusinessObjectModel.class - [JAR]
├─ org.bonitasoft.engine.bdm.model.Index.class - [JAR]
├─ org.bonitasoft.engine.bdm.model.NamedElement.class - [JAR]
├─ org.bonitasoft.engine.bdm.model.Query.class - [JAR]
├─ org.bonitasoft.engine.bdm.model.QueryParameter.class - [JAR]
├─ org.bonitasoft.engine.bdm.model.QueryParameterTypes.class - [JAR]
├─ org.bonitasoft.engine.bdm.model.UniqueConstraint.class - [JAR]
├─ org.bonitasoft.engine.bdm.model.package-info.class - [JAR]
org.bonitasoft.engine.bdm.model.field
├─ org.bonitasoft.engine.bdm.model.field.Field.class - [JAR]
├─ org.bonitasoft.engine.bdm.model.field.FieldType.class - [JAR]
├─ org.bonitasoft.engine.bdm.model.field.RelationField.class - [JAR]
├─ org.bonitasoft.engine.bdm.model.field.SimpleField.class - [JAR]
├─ org.bonitasoft.engine.bdm.model.field.package-info.class - [JAR]
org.bonitasoft.engine.bdm.validator
├─ org.bonitasoft.engine.bdm.validator.SQLNameValidator.class - [JAR]
org.bonitasoft.engine.bdm
├─ org.bonitasoft.engine.bdm.AbstractQueryGenerator.class - [JAR]
├─ org.bonitasoft.engine.bdm.BDMQueryUtil.class - [JAR]
├─ org.bonitasoft.engine.bdm.BDMSimpleNameProvider.class - [JAR]
├─ org.bonitasoft.engine.bdm.BusinessObjectModelConverter.class - [JAR]
├─ org.bonitasoft.engine.bdm.CountQueryGenerator.class - [JAR]
├─ org.bonitasoft.engine.bdm.FindQueryGenerator.class - [JAR]
├─ org.bonitasoft.engine.bdm.QueryGenerator.class - [JAR]