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 structure-2.2.1-FTCRELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
om.self.structure
├─ om.self.structure.NamedStructure.class - [JAR]
├─ om.self.structure.Utils.class - [JAR]
om.self.structure.parent
├─ om.self.structure.parent.KeyedParentStructure.class - [JAR]
├─ om.self.structure.parent.KeyedParentStructureImpl.class - [JAR]
├─ om.self.structure.parent.KeyedParentStructureWithChecks.class - [JAR]
├─ om.self.structure.parent.ParentContainer.class - [JAR]
├─ om.self.structure.parent.ParentStructure.class - [JAR]
├─ om.self.structure.parent.ParentStructureImpl.class - [JAR]
├─ om.self.structure.parent.ParentStructureWithChecks.class - [JAR]
om.self.structure.bidirectional
├─ om.self.structure.bidirectional.BidirectionalStructure.class - [JAR]
├─ om.self.structure.bidirectional.BidirectionalStructureWithChecks.class - [JAR]
├─ om.self.structure.bidirectional.KeyedBidirectionalStructure.class - [JAR]
├─ om.self.structure.bidirectional.KeyedBidirectionalStructureWithChecks.class - [JAR]
om.self.structure.child
├─ om.self.structure.child.ChildContainer.class - [JAR]
├─ om.self.structure.child.ChildStructure.class - [JAR]
├─ om.self.structure.child.ChildStructureImpl.class - [JAR]
├─ om.self.structure.child.ChildStructureWithChecks.class - [JAR]
├─ om.self.structure.child.KeyedChildStructure.class - [JAR]
├─ om.self.structure.child.KeyedChildStructureImpl.class - [JAR]
├─ om.self.structure.child.KeyedChildStructureWithChecks.class - [JAR]