Provides classes for accessing servers using a VirtualFileSystem implementation. The
Server class is used to keep the concept of a VirtualFileSystem implementation separate
from the physical servers thay it may connect to. A Server object will hold all the
connection specific information such as host, port and path, it is also set up with
the full class name of the VirtualFileImplementation to use to access that server, similar
to JDBC.
Application wishing to access more than one file system should use this package to
easily enable that.
|