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 org.eclipse.e4.tools.persistence-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.e4.tools.internal.persistence.impl
├─ org.eclipse.e4.tools.internal.persistence.impl.PartMemento.class - [JAR]
├─ org.eclipse.e4.tools.internal.persistence.impl.PersistenceFactory.class - [JAR]
├─ org.eclipse.e4.tools.internal.persistence.impl.PersistencePackage.class - [JAR]
├─ org.eclipse.e4.tools.internal.persistence.impl.WorkbenchState.class - [JAR]
org.eclipse.e4.tools.internal.persistence
├─ org.eclipse.e4.tools.internal.persistence.IPartMemento.class - [JAR]
├─ org.eclipse.e4.tools.internal.persistence.IPersistenceFactory.class - [JAR]
├─ org.eclipse.e4.tools.internal.persistence.IPersistencePackage.class - [JAR]
├─ org.eclipse.e4.tools.internal.persistence.IWorkbenchState.class - [JAR]
org.eclipse.e4.tools.internal.persistence.util
├─ org.eclipse.e4.tools.internal.persistence.util.CommonUtil.class - [JAR]
├─ org.eclipse.e4.tools.internal.persistence.util.PersistenceAdapterFactory.class - [JAR]
├─ org.eclipse.e4.tools.internal.persistence.util.PersistenceSwitch.class - [JAR]
org.eclipse.e4.tools.persistence
├─ org.eclipse.e4.tools.persistence.PerspectivePersister.class - [JAR]