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 database-truncator-3.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
nl._42.database.truncator
├─ nl._42.database.truncator.DatabaseTruncator.class - [JAR]
├─ nl._42.database.truncator.Platform.class - [JAR]
├─ nl._42.database.truncator.TruncationStrategy.class - [JAR]
nl._42.database.truncator.postgres
├─ nl._42.database.truncator.postgres.AbstractPostgresTruncationStrategy.class - [JAR]
├─ nl._42.database.truncator.postgres.PostgresDeletionStrategy.class - [JAR]
├─ nl._42.database.truncator.postgres.PostgresOptimizedDeletionStrategy.class - [JAR]
├─ nl._42.database.truncator.postgres.PostgresTruncationStrategy.class - [JAR]
nl._42.database.truncator.h2
├─ nl._42.database.truncator.h2.H2TruncationStrategy.class - [JAR]
nl._42.database.truncator.config
├─ nl._42.database.truncator.config.DatabaseTruncatorAutoConfiguration.class - [JAR]
├─ nl._42.database.truncator.config.DatabaseTruncatorProperties.class - [JAR]
nl._42.database.truncator.hsqldb
├─ nl._42.database.truncator.hsqldb.HsqldbTruncationStrategy.class - [JAR]
nl._42.database.truncator.mariadb
├─ nl._42.database.truncator.mariadb.MariaDbTruncationStrategy.class - [JAR]
nl._42.database.truncator.shared
├─ nl._42.database.truncator.shared.AbstractTruncationStrategy.class - [JAR]