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-client-6.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.bonitasoft.engine.http
├─ org.bonitasoft.engine.http.BonitaResponseHandler.class - [JAR]
org.bonitasoft.engine.exception
├─ org.bonitasoft.engine.exception.UnableToReadBonitaClientConfiguration.class - [JAR]
├─ org.bonitasoft.engine.exception.UnknownAPITypeException.class - [JAR]
org.bonitasoft.engine.api.impl
├─ org.bonitasoft.engine.api.impl.ClientInterceptor.class - [JAR]
├─ org.bonitasoft.engine.api.impl.ClientSessionInterceptor.class - [JAR]
├─ org.bonitasoft.engine.api.impl.LocalServerAPIFactory.class - [JAR]
org.bonitasoft.engine.home
├─ org.bonitasoft.engine.home.BonitaHomeClient.class - [JAR]
org.bonitasoft.engine.util
├─ org.bonitasoft.engine.util.APITypeManager.class - [JAR]
org.bonitasoft.engine.api
├─ org.bonitasoft.engine.api.ApiAccessType.class - [JAR]
├─ org.bonitasoft.engine.api.EJB2ServerAPI.class - [JAR]
├─ org.bonitasoft.engine.api.EJB3ServerAPI.class - [JAR]
├─ org.bonitasoft.engine.api.HTTPServerAPI.class - [JAR]
├─ org.bonitasoft.engine.api.PlatformAPIAccessor.class - [JAR]
├─ org.bonitasoft.engine.api.TenantAPIAccessor.class - [JAR]