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 revelio-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.brunopessanha.revelio
├─ com.github.brunopessanha.revelio.Revelio.class - [JAR]
com.github.brunopessanha.revelio.owl
├─ com.github.brunopessanha.revelio.owl.IOntologyCreator.class - [JAR]
├─ com.github.brunopessanha.revelio.owl.OntologyCreator.class - [JAR]
com.github.brunopessanha.revelio.parser
├─ com.github.brunopessanha.revelio.parser.Enums.class - [JAR]
├─ com.github.brunopessanha.revelio.parser.ISysMLParser.class - [JAR]
├─ com.github.brunopessanha.revelio.parser.SysMLParser.class - [JAR]
├─ com.github.brunopessanha.revelio.parser.Util.class - [JAR]
com.github.brunopessanha.revelio.settings
├─ com.github.brunopessanha.revelio.settings.RevelioSettings.class - [JAR]
com.github.brunopessanha.revelio.sysML
├─ com.github.brunopessanha.revelio.sysML.Association.class - [JAR]
├─ com.github.brunopessanha.revelio.sysML.Block.class - [JAR]
├─ com.github.brunopessanha.revelio.sysML.End.class - [JAR]
├─ com.github.brunopessanha.revelio.sysML.Generalization.class - [JAR]
├─ com.github.brunopessanha.revelio.sysML.LowerValue.class - [JAR]
├─ com.github.brunopessanha.revelio.sysML.OwnedAttribute.class - [JAR]
├─ com.github.brunopessanha.revelio.sysML.OwnedComment.class - [JAR]
├─ com.github.brunopessanha.revelio.sysML.OwnedConnector.class - [JAR]
├─ com.github.brunopessanha.revelio.sysML.OwnedEnd.class - [JAR]
├─ com.github.brunopessanha.revelio.sysML.PackagedElement.class - [JAR]
├─ com.github.brunopessanha.revelio.sysML.Port.class - [JAR]
├─ com.github.brunopessanha.revelio.sysML.SysMLNode.class - [JAR]
├─ com.github.brunopessanha.revelio.sysML.SysMLTag.class - [JAR]
├─ com.github.brunopessanha.revelio.sysML.UpperValue.class - [JAR]
├─ com.github.brunopessanha.revelio.sysML.Value.class - [JAR]
com.github.brunopessanha.revelio.exceptions
├─ com.github.brunopessanha.revelio.exceptions.InvalidSysMLFileException.class - [JAR]