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 flowable-app-engine-api-6.4.2-PETALS-0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.flowable.app.api.repository
├─ org.flowable.app.api.repository.AppDefinition.class - [JAR]
├─ org.flowable.app.api.repository.AppDefinitionBaseQuery.class - [JAR]
├─ org.flowable.app.api.repository.AppDefinitionQuery.class - [JAR]
├─ org.flowable.app.api.repository.AppDeployment.class - [JAR]
├─ org.flowable.app.api.repository.AppDeploymentBuilder.class - [JAR]
├─ org.flowable.app.api.repository.AppDeploymentQuery.class - [JAR]
├─ org.flowable.app.api.repository.AppModel.class - [JAR]
├─ org.flowable.app.api.repository.AppResourceConverter.class - [JAR]
├─ org.flowable.app.api.repository.BaseAppModel.class - [JAR]
org.flowable.app.api
├─ org.flowable.app.api.AppEngineConfigurationApi.class - [JAR]
├─ org.flowable.app.api.AppManagementService.class - [JAR]
├─ org.flowable.app.api.AppRepositoryService.class - [JAR]