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 stratosphere-test-utils-0.5.2-hadoop2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
eu.stratosphere.test.testdata
├─ eu.stratosphere.test.testdata.ConnectedComponentsData.class - [JAR]
├─ eu.stratosphere.test.testdata.EnumTriangleData.class - [JAR]
├─ eu.stratosphere.test.testdata.KMeansData.class - [JAR]
├─ eu.stratosphere.test.testdata.PageRankData.class - [JAR]
├─ eu.stratosphere.test.testdata.WordCountData.class - [JAR]
eu.stratosphere.test.util
├─ eu.stratosphere.test.util.AbstractTestBase.class - [JAR]
├─ eu.stratosphere.test.util.JavaProgramTestBase.class - [JAR]
├─ eu.stratosphere.test.util.RecordAPITestBase.class - [JAR]
eu.stratosphere.test.compiler.util
├─ eu.stratosphere.test.compiler.util.CompilerTestBase.class - [JAR]
├─ eu.stratosphere.test.compiler.util.OperatorResolver.class - [JAR]