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 device-detector-1.0.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.mngsk.devicedetector.client
├─ io.github.mngsk.devicedetector.client.AbstractClientParser.class - [JAR]
├─ io.github.mngsk.devicedetector.client.Client.class - [JAR]
├─ io.github.mngsk.devicedetector.client.ClientRegex.class - [JAR]
├─ io.github.mngsk.devicedetector.client.FeedReaderClientParser.class - [JAR]
├─ io.github.mngsk.devicedetector.client.LibraryClientParser.class - [JAR]
├─ io.github.mngsk.devicedetector.client.MediaPlayerClientParser.class - [JAR]
├─ io.github.mngsk.devicedetector.client.MobileAppClientParser.class - [JAR]
├─ io.github.mngsk.devicedetector.client.PersonalInformationManagerClientParser.class - [JAR]
io.github.mngsk.devicedetector
├─ io.github.mngsk.devicedetector.Detection.class - [JAR]
├─ io.github.mngsk.devicedetector.DeviceDetector.class - [JAR]
io.github.mngsk.devicedetector.client.browser
├─ io.github.mngsk.devicedetector.client.browser.Browser.class - [JAR]
├─ io.github.mngsk.devicedetector.client.browser.BrowserEngine.class - [JAR]
├─ io.github.mngsk.devicedetector.client.browser.BrowserParser.class - [JAR]
├─ io.github.mngsk.devicedetector.client.browser.BrowserRegex.class - [JAR]
├─ io.github.mngsk.devicedetector.client.browser.Engine.class - [JAR]
├─ io.github.mngsk.devicedetector.client.browser.EngineRegex.class - [JAR]
io.github.mngsk.devicedetector.client.bot
├─ io.github.mngsk.devicedetector.client.bot.Bot.class - [JAR]
├─ io.github.mngsk.devicedetector.client.bot.BotParser.class - [JAR]
├─ io.github.mngsk.devicedetector.client.bot.BotProducer.class - [JAR]
├─ io.github.mngsk.devicedetector.client.bot.BotRegex.class - [JAR]
io.github.mngsk.devicedetector.device
├─ io.github.mngsk.devicedetector.device.AbstractDeviceParser.class - [JAR]
├─ io.github.mngsk.devicedetector.device.CameraDeviceParser.class - [JAR]
├─ io.github.mngsk.devicedetector.device.CarDeviceParser.class - [JAR]
├─ io.github.mngsk.devicedetector.device.ConsoleDeviceParser.class - [JAR]
├─ io.github.mngsk.devicedetector.device.Device.class - [JAR]
├─ io.github.mngsk.devicedetector.device.DeviceRegex.class - [JAR]
├─ io.github.mngsk.devicedetector.device.HbbTvDeviceParser.class - [JAR]
├─ io.github.mngsk.devicedetector.device.MobileDeviceParser.class - [JAR]
├─ io.github.mngsk.devicedetector.device.ModelRegex.class - [JAR]
├─ io.github.mngsk.devicedetector.device.NotebookDeviceParser.class - [JAR]
├─ io.github.mngsk.devicedetector.device.PortableMediaPlayerDeviceParser.class - [JAR]
├─ io.github.mngsk.devicedetector.device.ShellTvDeviceParser.class - [JAR]
io.github.mngsk.devicedetector.operatingsystem
├─ io.github.mngsk.devicedetector.operatingsystem.OperatingSystem.class - [JAR]
├─ io.github.mngsk.devicedetector.operatingsystem.OperatingSystemParser.class - [JAR]
├─ io.github.mngsk.devicedetector.operatingsystem.OperatingSystemRegex.class - [JAR]
├─ io.github.mngsk.devicedetector.operatingsystem.PlatformRegex.class - [JAR]
├─ io.github.mngsk.devicedetector.operatingsystem.VendorFragmentParser.class - [JAR]
io.github.mngsk.devicedetector.util
├─ io.github.mngsk.devicedetector.util.AbstractParser.class - [JAR]