Skip to content

GatheredFileSystem

Naohide Sano edited this page Aug 26, 2020 · 4 revisions

Gathered FileSystem (gatheredfs)

Gathering any kind of storages into one filesystem!

Image

gatheredfs +
           +- googledrive1
           +- googledrive2
           +- onedrive
           +- dropbpx
           +- box
           +- archive
           +- cyberduck
           +- googleplaymusic
           +- commons-vfs2
           :

NameMap

some application (like iBunko) cannot deal directory name like foo.com. NameMap is able to remap a name like foo.com to foo_com for example.

NameMap is specified as a Map argument of Filesystems.newFileSystem(URI,Map) using key GatheredFileSystemProvider.ENV_NAME_MAP

sample

Clone this wiki locally