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.emfcloud.modelserver.glsp.notation.commands-0.8.0.RC05.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.emfcloud.modelserver.glsp.notation.commands.util
├─ org.eclipse.emfcloud.modelserver.glsp.notation.commands.util.NotationCommandUtil.class - [JAR]
org.eclipse.emfcloud.modelserver.glsp.notation.commands
├─ org.eclipse.emfcloud.modelserver.glsp.notation.commands.AddEdgeCommand.class - [JAR]
├─ org.eclipse.emfcloud.modelserver.glsp.notation.commands.AddShapeCommand.class - [JAR]
├─ org.eclipse.emfcloud.modelserver.glsp.notation.commands.ChangeBoundsCommand.class - [JAR]
├─ org.eclipse.emfcloud.modelserver.glsp.notation.commands.ChangeRoutingPointsCommand.class - [JAR]
├─ org.eclipse.emfcloud.modelserver.glsp.notation.commands.NotationElementCommand.class - [JAR]
├─ org.eclipse.emfcloud.modelserver.glsp.notation.commands.RemoveNotationElementCommand.class - [JAR]
org.eclipse.emfcloud.modelserver.glsp.notation.commands.contribution
├─ org.eclipse.emfcloud.modelserver.glsp.notation.commands.contribution.ChangeBoundsCommandContribution.class - [JAR]
├─ org.eclipse.emfcloud.modelserver.glsp.notation.commands.contribution.ChangeRoutingPointsCommandContribution.class - [JAR]
├─ org.eclipse.emfcloud.modelserver.glsp.notation.commands.contribution.EMSCompoundCommandContribution.class - [JAR]
├─ org.eclipse.emfcloud.modelserver.glsp.notation.commands.contribution.LayoutCommandContribution.class - [JAR]
├─ org.eclipse.emfcloud.modelserver.glsp.notation.commands.contribution.NotationCommandContribution.class - [JAR]