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 oqt-maven-plugin-0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.sf.oqt.driver
├─ net.sf.oqt.driver.NullCallableStatement.class - [JAR]
├─ net.sf.oqt.driver.NullConnection.class - [JAR]
├─ net.sf.oqt.driver.NullDriver.class - [JAR]
├─ net.sf.oqt.driver.NullPreparedStatement.class - [JAR]
├─ net.sf.oqt.driver.NullResultSet.class - [JAR]
net.sf.oqt.jpa
├─ net.sf.oqt.jpa.EntityFinder.class - [JAR]
├─ net.sf.oqt.jpa.JPATransformer.class - [JAR]
├─ net.sf.oqt.jpa.ParameterFactory.class - [JAR]
net.sf.oqt.core
├─ net.sf.oqt.core.CoreFactory.class - [JAR]
├─ net.sf.oqt.core.CoreProperties.class - [JAR]
├─ net.sf.oqt.core.Serializer.class - [JAR]
net.sf.oqt.model
├─ net.sf.oqt.model.EntityVO.class - [JAR]
├─ net.sf.oqt.model.PackageVO.class - [JAR]
├─ net.sf.oqt.model.QueryType.class - [JAR]
├─ net.sf.oqt.model.QueryVO.class - [JAR]
├─ net.sf.oqt.model.ResultVO.class - [JAR]
net.sf.oqt.maven
├─ net.sf.oqt.maven.AbstractQueryTranslatorTranslateMojo.class - [JAR]
├─ net.sf.oqt.maven.QueryTranslatorReportingMojo.class - [JAR]
├─ net.sf.oqt.maven.QueryTranslatorTranslateMojo.class - [JAR]
├─ net.sf.oqt.maven.QueryTranslatorValidateMojo.class - [JAR]