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 agglutinator-1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.thehellings.agglutinator.exceptions
├─ com.thehellings.agglutinator.exceptions.SourceNotFoundException.class - [JAR]
com.thehellings.agglutinator.interfaces
├─ com.thehellings.agglutinator.interfaces.Agglutinator.class - [JAR]
├─ com.thehellings.agglutinator.interfaces.Source.class - [JAR]
com.thehellings.agglutinator
├─ com.thehellings.agglutinator.DeduplicatingAgglutinator.class - [JAR]
├─ com.thehellings.agglutinator.SimpleAgglutinator.class - [JAR]
├─ com.thehellings.agglutinator.SourceFactory.class - [JAR]
com.thehellings.agglutinator.file
├─ com.thehellings.agglutinator.file.DevSource.class - [JAR]
├─ com.thehellings.agglutinator.file.PrimedSource.class - [JAR]