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 socrata-open-data-utility-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ojbc.utilities.opendata.dao.model
├─ org.ojbc.utilities.opendata.dao.model.Charge.class - [JAR]
├─ org.ojbc.utilities.opendata.dao.model.IncidentArrest.class - [JAR]
├─ org.ojbc.utilities.opendata.dao.model.IncidentType.class - [JAR]
org.ojbc.utilities.opendata.processor
├─ org.ojbc.utilities.opendata.processor.IncrementalUpdateUtilityProcessor.class - [JAR]
├─ org.ojbc.utilities.opendata.processor.OpenDataUtilityProcessor.class - [JAR]
├─ org.ojbc.utilities.opendata.processor.OpenDataUtils.class - [JAR]
org.ojbc.utilities.opendata.dao
├─ org.ojbc.utilities.opendata.dao.ChargeRowMapper.class - [JAR]
├─ org.ojbc.utilities.opendata.dao.CsvExtractManager.class - [JAR]
├─ org.ojbc.utilities.opendata.dao.DaoUtils.class - [JAR]
├─ org.ojbc.utilities.opendata.dao.IncidentArrestRowMapper.class - [JAR]
├─ org.ojbc.utilities.opendata.dao.IncidentTypeRowMapper.class - [JAR]
├─ org.ojbc.utilities.opendata.dao.OpenDataDAO.class - [JAR]
├─ org.ojbc.utilities.opendata.dao.OpenDataDAOImpl.class - [JAR]