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 porter-api-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.xab.porter.api.annoation
├─ de.xab.porter.api.annoation.Inject.class - [JAR]
de.xab.porter.api.task
├─ de.xab.porter.api.task.Context.class - [JAR]
├─ de.xab.porter.api.task.Properties.class - [JAR]
de.xab.porter.api
├─ de.xab.porter.api.Column.class - [JAR]
├─ de.xab.porter.api.Relation.class - [JAR]
├─ de.xab.porter.api.Result.class - [JAR]
de.xab.porter.api.exception
├─ de.xab.porter.api.exception.NotSupportedException.class - [JAR]
├─ de.xab.porter.api.exception.PorterException.class - [JAR]
de.xab.porter.api.dataconnection
├─ de.xab.porter.api.dataconnection.DataConnection.class - [JAR]
├─ de.xab.porter.api.dataconnection.SinkConnection.class - [JAR]
├─ de.xab.porter.api.dataconnection.SrcConnection.class - [JAR]