|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VFS | |
|---|---|
| org.millscript.commons.vfs | This package provides the interface to the virtual filing system. |
| org.millscript.commons.vfs.protocols | This package provides URI scheme support for the virtual filesystem. |
| org.millscript.commons.vfs.protocols.file | This package provides the "file" URI scheme support for the virtual filesystem. |
| org.millscript.commons.vfs.protocols.ftp | This package provides the "ftp" URI scheme support for the virtual filesystem. |
| org.millscript.commons.vfs.protocols.http | This package provides the "http" URI scheme support for the virtual filesystem. |
| org.millscript.commons.vfs.util | This package provides additional utilities for the virtual filesystem. |
| Uses of VFS in org.millscript.commons.vfs |
|---|
| Methods in org.millscript.commons.vfs that return VFS | |
|---|---|
VFS |
VVolume.getParentVFS()
Returns the parent VFS, that which created this URI scheme handler. |
VFS |
AbstractVVolume.getParentVFS()
|
VFS |
VFS.getParentVFS()
|
| Constructors in org.millscript.commons.vfs with parameters of type VFS | |
|---|---|
AbstractVVolume(VFS v)
Constructs a new virtual volume, using the specified VFS. |
|
| Uses of VFS in org.millscript.commons.vfs.protocols |
|---|
| Methods in org.millscript.commons.vfs.protocols that return VFS | |
|---|---|
VFS |
URISchemeHandler.getParentVFS()
Returns the parent VFS, that which created this URI scheme handler. |
VFS |
AbstractURISchemeHandler.getParentVFS()
|
| Constructors in org.millscript.commons.vfs.protocols with parameters of type VFS | |
|---|---|
AbstractProtocolVVolume(VFS v,
java.net.URI root)
Constructs a new virtual volume with the specified root URI, using the default root VFolder. |
|
AbstractURISchemeHandler(VFS v)
Constructs a new URI scheme handler for the specified VFS. |
|
DefaultURISchemeHandlerFactory(VFS v)
Constructs a new URI scheme handler with the specified VFS. |
|
| Uses of VFS in org.millscript.commons.vfs.protocols.file |
|---|
| Constructors in org.millscript.commons.vfs.protocols.file with parameters of type VFS | |
|---|---|
FileSchemeHandler(VFS v)
Constructs a new file scheme handler for the specified VFS. |
|
| Uses of VFS in org.millscript.commons.vfs.protocols.ftp |
|---|
| Constructors in org.millscript.commons.vfs.protocols.ftp with parameters of type VFS | |
|---|---|
FtpSchemeHandler(VFS v)
Constructs a new FTP scheme handler for the specified VFS. |
|
FtpVolume(VFS v,
java.net.URI root)
Constructs a new FTP volume |
|
| Uses of VFS in org.millscript.commons.vfs.protocols.http |
|---|
| Constructors in org.millscript.commons.vfs.protocols.http with parameters of type VFS | |
|---|---|
HttpSchemeHandler(VFS v)
Constructs a new http scheme handler for the specified VFS. |
|
HttpVolume(VFS v,
java.net.URI root)
Constructs a new HTTP volume |
|
| Uses of VFS in org.millscript.commons.vfs.util |
|---|
| Methods in org.millscript.commons.vfs.util that return VFS | |
|---|---|
VFS |
ChrootVolume.getParentVFS()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||