Package org.millscript.commons.vfs.util

This package provides additional utilities for the virtual filesystem.

See:
          Description

Class Summary
AbstractChrootEntry This class provides a base for the implementation of a chroot'd virtual filesystem entry.
ChrootFile This class implements a virtual file for a Unix style chroot volume.
ChrootFolder This class implements a virtual folder for a Unix style chroot volume.
ChrootVolume This class implements a Unix style chroot volume, which can have its real root at any virtual folder.
Resolver A utility class providing URI path resolution methods for the virtual filesystem.
SimpleVolume This class provides a simple volume, which is a non-existant volume using a virtual filesystem folder as its root.
StandardConsoleFile The standard system console as a virtual file.
 

Package org.millscript.commons.vfs.util Description

This package provides additional utilities for the virtual filesystem. Perhaps the most interesting of these is the Unix style chroot support, which allows obtain a new virtual filesystem with it's root at any virtual filesystem folder.



Copyright © 2005-2007 Open World Ltd. All Rights Reserved.