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 dbspec-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.dbspec
├─ org.dbspec.ColumnChange.class - [JAR]
├─ org.dbspec.ColumnType.class - [JAR]
├─ org.dbspec.ColumnValueMatcher.class - [JAR]
├─ org.dbspec.Config.class - [JAR]
├─ org.dbspec.DatabaseChangeExpectations.class - [JAR]
├─ org.dbspec.DatabaseSpecification.class - [JAR]
├─ org.dbspec.DatabaseTestingConfiguration.class - [JAR]
├─ org.dbspec.DeleteChange.class - [JAR]
├─ org.dbspec.InsertChange.class - [JAR]
├─ org.dbspec.RowData.class - [JAR]
├─ org.dbspec.RowDataChange.class - [JAR]
├─ org.dbspec.SnapshotDiff.class - [JAR]
├─ org.dbspec.SpecContext.class - [JAR]
├─ org.dbspec.TableChangesSpec.class - [JAR]
├─ org.dbspec.TableDataSpecification.class - [JAR]
├─ org.dbspec.TableDefinition.class - [JAR]
├─ org.dbspec.TableSnapshot.class - [JAR]
├─ org.dbspec.TestContext.class - [JAR]
├─ org.dbspec.UpdateChange.class - [JAR]
├─ org.dbspec.Util.class - [JAR]