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 uberfire-experimental-backend-7.74.1.Final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.uberfire.experimental.service.storage.migration.impl.migrations
├─ org.uberfire.experimental.service.storage.migration.impl.migrations.V2StorageMigration.class - [JAR]
org.uberfire.experimental.service.storage.scoped
├─ org.uberfire.experimental.service.storage.scoped.ExperimentalStorageScope.class - [JAR]
├─ org.uberfire.experimental.service.storage.scoped.ScopedExperimentalFeaturesStorage.class - [JAR]
org.uberfire.experimental.service.storage.impl
├─ org.uberfire.experimental.service.storage.impl.ExperimentalFeaturesStorageImpl.class - [JAR]
org.uberfire.experimental.service.storage.scoped.impl
├─ org.uberfire.experimental.service.storage.scoped.impl.AbstractScopedExperimentalFeaturesStorage.class - [JAR]
├─ org.uberfire.experimental.service.storage.scoped.impl.GlobalExperimentalFeaturesStorageImpl.class - [JAR]
├─ org.uberfire.experimental.service.storage.scoped.impl.UserExperimentalFeaturesStorageImpl.class - [JAR]
org.uberfire.experimental.service.definition.impl
├─ org.uberfire.experimental.service.definition.impl.CDIBackendFeatureDefRegistry.class - [JAR]
org.uberfire.experimental.service.storage.migration
├─ org.uberfire.experimental.service.storage.migration.StorageMigration.class - [JAR]
├─ org.uberfire.experimental.service.storage.migration.StorageMigrationService.class - [JAR]
org.uberfire.experimental.service.storage.migration.impl
├─ org.uberfire.experimental.service.storage.migration.impl.StorageMigrationServiceImpl.class - [JAR]
org.uberfire.experimental.service.storage.util
├─ org.uberfire.experimental.service.storage.util.ExperimentalConstants.class - [JAR]
org.uberfire.experimental.service
├─ org.uberfire.experimental.service.BackendExperimentalFeaturesRegistryServiceImpl.class - [JAR]
org.uberfire.experimental.service.storage
├─ org.uberfire.experimental.service.storage.ExperimentalFeaturesStorage.class - [JAR]