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 vfs-0.0.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tinygroup.vfs.net.ftp.client
├─ org.tinygroup.vfs.net.ftp.client.TinyFTPClient.class - [JAR]
org.tinygroup.vfs
├─ org.tinygroup.vfs.FileObject.class - [JAR]
├─ org.tinygroup.vfs.SchemaProvider.class - [JAR]
├─ org.tinygroup.vfs.VFS.class - [JAR]
org.tinygroup.vfs.util
├─ org.tinygroup.vfs.util.FtpUtil.class - [JAR]
├─ org.tinygroup.vfs.util.Os.class - [JAR]
├─ org.tinygroup.vfs.util.OsFamily.class - [JAR]
├─ org.tinygroup.vfs.util.UriParser.class - [JAR]
org.tinygroup.vfs.impl.ftp
├─ org.tinygroup.vfs.impl.ftp.FTPFileFilterByName.class - [JAR]
├─ org.tinygroup.vfs.impl.ftp.FtpClientFactory.class - [JAR]
├─ org.tinygroup.vfs.impl.ftp.FtpFileObject.class - [JAR]
├─ org.tinygroup.vfs.impl.ftp.FtpSchemaProvider.class - [JAR]
├─ org.tinygroup.vfs.impl.ftp.HostFileNameParser.class - [JAR]
org.tinygroup.vfs.impl
├─ org.tinygroup.vfs.impl.AbstractFileObject.class - [JAR]
├─ org.tinygroup.vfs.impl.FileObjectImpl.class - [JAR]
├─ org.tinygroup.vfs.impl.FileSchemaProvider.class - [JAR]
├─ org.tinygroup.vfs.impl.GenericURIFileName.class - [JAR]
├─ org.tinygroup.vfs.impl.HttpFileObject.class - [JAR]
├─ org.tinygroup.vfs.impl.HttpSchemaProvider.class - [JAR]
├─ org.tinygroup.vfs.impl.HttpsFileObject.class - [JAR]
├─ org.tinygroup.vfs.impl.HttpsSchemaProvider.class - [JAR]
├─ org.tinygroup.vfs.impl.JBossVfsSchemaProvider.class - [JAR]
├─ org.tinygroup.vfs.impl.JarFileObject.class - [JAR]
├─ org.tinygroup.vfs.impl.JarSchemaProvider.class - [JAR]
├─ org.tinygroup.vfs.impl.URLFileObject.class - [JAR]
├─ org.tinygroup.vfs.impl.ZipFileObject.class - [JAR]
├─ org.tinygroup.vfs.impl.ZipSchemaProvider.class - [JAR]