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 download-plugin-api-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.cs.download.plugin.spi
├─ com.cs.download.plugin.spi.ServiceFactoryProvider.class - [JAR]
com.cs.download.plugin.exception
├─ com.cs.download.plugin.exception.ProviderNotFoundException.class - [JAR]
com.cs.download.plugin.api
├─ com.cs.download.plugin.api.PluginInfo.class - [JAR]
├─ com.cs.download.plugin.api.PluginState.class - [JAR]
├─ com.cs.download.plugin.api.Service.class - [JAR]
├─ com.cs.download.plugin.api.ServiceConfiguration.class - [JAR]
├─ com.cs.download.plugin.api.ServiceFactory.class - [JAR]
├─ com.cs.download.plugin.api.ServiceInfo.class - [JAR]
├─ com.cs.download.plugin.api.ServiceResult.class - [JAR]
├─ com.cs.download.plugin.api.ServiceState.class - [JAR]