Package org.millscript.commons.vfs.protocols

This package provides URI scheme support for the virtual filesystem.

See:
          Description

Interface Summary
URISchemeHandler This interface specifies a virtual filesystem URI scheme handler, for resolving a specified URI into a new virtual filesystem object.
URISchemeHandlerFactory This interface defines a factory for URI scheme handlers.
 

Class Summary
AbstractProtocolVVolume The class provides a skeletal virtual filesystem volume, intended for easing support for different protocols.
AbstractURISchemeHandler This class provides a base for other implementations of the URISchemeHandler interface.
DefaultURISchemeHandlerFactory This class provides the default factory for URI scheme handlers.
 

Package org.millscript.commons.vfs.protocols Description

This package provides URI scheme support for the virtual filesystem. This means support for accessing files locally via the file scheme, or remotely via the http scheme.

You can add your own support for other protocols by providing your own implementation of URISchemeHandler.



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