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 batteryplugin-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.huolala.plugin.core.utils
├─ cn.huolala.plugin.core.utils.HookHelper.class - [JAR]
cn.huolala.plugin.core
├─ cn.huolala.plugin.core.AlarmHandler.class - [JAR]
├─ cn.huolala.plugin.core.BaseHandler.class - [JAR]
├─ cn.huolala.plugin.core.BlueToothHandler.class - [JAR]
├─ cn.huolala.plugin.core.HandlerDispatcher.class - [JAR]
├─ cn.huolala.plugin.core.LocationHandler.class - [JAR]
├─ cn.huolala.plugin.core.PowerWakeLockHandler.class - [JAR]
├─ cn.huolala.plugin.core.SensorHandler.class - [JAR]
├─ cn.huolala.plugin.core.WifiWakeLockHandler.class - [JAR]
cn.huolala.plugin.core.config
├─ cn.huolala.plugin.core.config.BatteryConfig.class - [JAR]
├─ cn.huolala.plugin.core.config.WhileList.class - [JAR]
cn.huolala.plugin
├─ cn.huolala.plugin.BatteryPlugin.class - [JAR]
├─ cn.huolala.plugin.BatteryTransform.class - [JAR]