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 azure-toolkit-database-lib-0.35.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microsoft.azure.toolkit.lib.database.entity
├─ com.microsoft.azure.toolkit.lib.database.entity.IDatabase.class - [JAR]
├─ com.microsoft.azure.toolkit.lib.database.entity.IDatabaseServer.class - [JAR]
├─ com.microsoft.azure.toolkit.lib.database.entity.IFirewallRule.class - [JAR]
com.microsoft.azure.toolkit.lib.database
├─ com.microsoft.azure.toolkit.lib.database.DatabaseServerConfig.class - [JAR]
├─ com.microsoft.azure.toolkit.lib.database.FirewallRuleConfig.class - [JAR]
├─ com.microsoft.azure.toolkit.lib.database.JdbcUrl.class - [JAR]
com.microsoft.azure.toolkit.lib.database.utils
├─ com.microsoft.azure.toolkit.lib.database.utils.DatabaseTemplateUtils.class - [JAR]