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 push-domain-15.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.proton.core.push.domain.usecase
├─ me.proton.core.push.domain.usecase.DeletePushRemote.class - [JAR]
├─ me.proton.core.push.domain.usecase.FetchPushesRemote.class - [JAR]
me.proton.core.push.domain.local
├─ me.proton.core.push.domain.local.PushLocalDataSource.class - [JAR]
me.proton.core.push.domain.repository
├─ me.proton.core.push.domain.repository.PushRepository.class - [JAR]
me.proton.core.push.domain.entity
├─ me.proton.core.push.domain.entity.Push.class - [JAR]
├─ me.proton.core.push.domain.entity.PushId.class - [JAR]
├─ me.proton.core.push.domain.entity.PushObjectType.class - [JAR]
me.proton.core.push.domain.remote
├─ me.proton.core.push.domain.remote.PushRemoteDataSource.class - [JAR]