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 ant-jps-plugin-142.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jetbrains.jps.ant.model
├─ org.jetbrains.jps.ant.model.JpsAntBuildFileOptions.class - [JAR]
├─ org.jetbrains.jps.ant.model.JpsAntConfiguration.class - [JAR]
├─ org.jetbrains.jps.ant.model.JpsAntExtensionService.class - [JAR]
├─ org.jetbrains.jps.ant.model.JpsAntInstallation.class - [JAR]
com.intellij.lang.ant.config.impl
├─ com.intellij.lang.ant.config.impl.BuildFileProperty.class - [JAR]
org.jetbrains.jps.ant.build
├─ org.jetbrains.jps.ant.build.AntArtifactBuildTaskProvider.class - [JAR]
├─ org.jetbrains.jps.ant.build.AntBuildTaskListener.class - [JAR]
org.jetbrains.jps.ant.model.artifacts
├─ org.jetbrains.jps.ant.model.artifacts.JpsAntArtifactExtension.class - [JAR]
org.jetbrains.jps.ant.model.impl
├─ org.jetbrains.jps.ant.model.impl.JpsAntBuildFileOptionsImpl.class - [JAR]
├─ org.jetbrains.jps.ant.model.impl.JpsAntConfigurationImpl.class - [JAR]
├─ org.jetbrains.jps.ant.model.impl.JpsAntInstallationImpl.class - [JAR]
├─ org.jetbrains.jps.ant.model.impl.JpsAntModelSerializerExtension.class - [JAR]
org.jetbrains.jps.ant.model.impl.artifacts
├─ org.jetbrains.jps.ant.model.impl.artifacts.AntArtifactExtensionProperties.class - [JAR]
├─ org.jetbrains.jps.ant.model.impl.artifacts.JpsAntArtifactExtensionImpl.class - [JAR]