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 publibike-1.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ch.phatec.publibike.entities
├─ ch.phatec.publibike.entities.AbstractEntity.class - [JAR]
├─ ch.phatec.publibike.entities.IEntity.class - [JAR]
├─ ch.phatec.publibike.entities.Station.class - [JAR]
├─ ch.phatec.publibike.entities.StationNetwork.class - [JAR]
├─ ch.phatec.publibike.entities.StationState.class - [JAR]
├─ ch.phatec.publibike.entities.Vehicle.class - [JAR]
├─ ch.phatec.publibike.entities.VehicleType.class - [JAR]
ch.phatec.publibike.network.requests
├─ ch.phatec.publibike.network.requests.Request.class - [JAR]
ch.phatec.publibike.network.utils
├─ ch.phatec.publibike.network.utils.RequestType.class - [JAR]
├─ ch.phatec.publibike.network.utils.UrlBuilder.class - [JAR]
ch.phatec.publibike
├─ ch.phatec.publibike.AbstractService.class - [JAR]
├─ ch.phatec.publibike.PublibikeService.class - [JAR]
ch.phatec.publibike.network.requests.stations
├─ ch.phatec.publibike.network.requests.stations.StationRequest.class - [JAR]
├─ ch.phatec.publibike.network.requests.stations.StationsRequest.class - [JAR]