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 legend-engine-xt-relationalStore-duckdb-execution-4.43.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.finos.legend.engine.plan.execution.stores.relational.ds.specifications
├─ org.finos.legend.engine.plan.execution.stores.relational.ds.specifications.DuckDBDataSourceSpecification.class - [JAR]
org.finos.legend.engine.plan.execution.stores.relational
├─ org.finos.legend.engine.plan.execution.stores.relational.DuckDBConnectionExtension.class - [JAR]
org.finos.legend.engine.plan.execution.stores.relational.ds.specifications.keys
├─ org.finos.legend.engine.plan.execution.stores.relational.ds.specifications.keys.DuckDBDataSourceSpecificationKey.class - [JAR]
org.finos.legend.engine.plan.execution.stores.relational.connection.driver.vendors.duckdb
├─ org.finos.legend.engine.plan.execution.stores.relational.connection.driver.vendors.duckdb.DuckDBCommands.class - [JAR]
├─ org.finos.legend.engine.plan.execution.stores.relational.connection.driver.vendors.duckdb.DuckDBDriver.class - [JAR]
├─ org.finos.legend.engine.plan.execution.stores.relational.connection.driver.vendors.duckdb.DuckDBManager.class - [JAR]