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 gshell-vfs-2.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.sonatype.gshell.vfs
├─ org.sonatype.gshell.vfs.FileObjectAssert.class - [JAR]
├─ org.sonatype.gshell.vfs.FileObjects.class - [JAR]
├─ org.sonatype.gshell.vfs.FileSystemAccess.class - [JAR]
├─ org.sonatype.gshell.vfs.FileSystemAccessImpl.class - [JAR]
├─ org.sonatype.gshell.vfs.VfsModule.class - [JAR]
org.sonatype.gshell.vfs.builder
├─ org.sonatype.gshell.vfs.builder.ConfigurableFileSystemManager.class - [JAR]
├─ org.sonatype.gshell.vfs.builder.FileSystemManagerBuilder.class - [JAR]
├─ org.sonatype.gshell.vfs.builder.FileSystemManagerProvider.class - [JAR]
org.sonatype.gshell.vfs.provider.truezip
├─ org.sonatype.gshell.vfs.provider.truezip.TruezipFileObject.class - [JAR]
├─ org.sonatype.gshell.vfs.provider.truezip.TruezipFileProvider.class - [JAR]
├─ org.sonatype.gshell.vfs.provider.truezip.TruezipFileSystem.class - [JAR]
org.sonatype.gshell.commands.vfs
├─ org.sonatype.gshell.commands.vfs.ChangeDirectoryCommand.class - [JAR]
├─ org.sonatype.gshell.commands.vfs.CopyCommand.class - [JAR]
├─ org.sonatype.gshell.commands.vfs.CurrentDirectoryCommand.class - [JAR]
├─ org.sonatype.gshell.commands.vfs.EditCommand.class - [JAR]
├─ org.sonatype.gshell.commands.vfs.FileInfoCommand.class - [JAR]
├─ org.sonatype.gshell.commands.vfs.FindCommand.class - [JAR]
├─ org.sonatype.gshell.commands.vfs.ListDirectoryCommand.class - [JAR]
├─ org.sonatype.gshell.commands.vfs.RemoveCommand.class - [JAR]
├─ org.sonatype.gshell.commands.vfs.TouchCommand.class - [JAR]
├─ org.sonatype.gshell.commands.vfs.VfsCommandSupport.class - [JAR]
org.sonatype.gshell.vfs.selector
├─ org.sonatype.gshell.vfs.selector.AggregateFileSelector.class - [JAR]