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 amy-plugin-weather-0.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.amyassist.amy.plugin.weather
├─ io.github.amyassist.amy.plugin.weather.WeatherDarkSkyAdapter.class - [JAR]
├─ io.github.amyassist.amy.plugin.weather.WeatherLogic.class - [JAR]
├─ io.github.amyassist.amy.plugin.weather.WeatherReport.class - [JAR]
├─ io.github.amyassist.amy.plugin.weather.WeatherReportDay.class - [JAR]
├─ io.github.amyassist.amy.plugin.weather.WeatherReportInstant.class - [JAR]
├─ io.github.amyassist.amy.plugin.weather.WeatherReportWeek.class - [JAR]
├─ io.github.amyassist.amy.plugin.weather.WeatherResource.class - [JAR]
├─ io.github.amyassist.amy.plugin.weather.WeatherSpeechCommand.class - [JAR]