|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||