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 it-tidalwave-netbeans-indexedfilesystem-2.1.38.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
it.tidalwave.netbeans.indexedfilesystem.jpa
├─ it.tidalwave.netbeans.indexedfilesystem.jpa.INDEXED_FILE_v0_v1.class - [JAR]
├─ it.tidalwave.netbeans.indexedfilesystem.jpa.IndexedFileEntity.class - [JAR]
├─ it.tidalwave.netbeans.indexedfilesystem.jpa.JPAFileIndexer.class - [JAR]
it.tidalwave.netbeans.indexedfilesystem
├─ it.tidalwave.netbeans.indexedfilesystem.IndexedFileSystem.class - [JAR]
it.tidalwave.netbeans.indexedfilesystem.spi
├─ it.tidalwave.netbeans.indexedfilesystem.spi.FileIndexer.class - [JAR]
├─ it.tidalwave.netbeans.indexedfilesystem.spi.FileIndexerSupport.class - [JAR]
it.tidalwave.netbeans.indexedfilesystem.impl
├─ it.tidalwave.netbeans.indexedfilesystem.impl.AttrDecorator.class - [JAR]
├─ it.tidalwave.netbeans.indexedfilesystem.impl.ChangeDecorator.class - [JAR]
├─ it.tidalwave.netbeans.indexedfilesystem.impl.ListDecorator.class - [JAR]
├─ it.tidalwave.netbeans.indexedfilesystem.impl.LocalIndexedFileSystem.class - [JAR]
├─ it.tidalwave.netbeans.indexedfilesystem.impl.RootFileObject.class - [JAR]