| java.lang.Object org.openharmonise.vfs.servers.Server
Server | public class Server (Code) | | Used as the instance of a specific connection
to a Virtual File System implementation. A Virtual File System implementation
has the ability to connect to a type of file system, but has no information about
specific servers. The Server object carries the server specific information, connection
details, VFS implementation to use and access to any authentication information.
author: Matthew Large version: $Revision: 1.1 $ |
Server | public Server(URI uri, String sVFSClassName)(Code) | | Constructs a new server.
Parameters: uri - URI of file system to access Parameters: sVFSClassName - full classname of VirtualFileSystem implementation to use |
Server | public Server(URI uri, String sVFSClassName, AuthInfo authInfo)(Code) | | Constructs a new server.
Parameters: uri - URI of file system to access Parameters: sVFSClassName - full classname of VirtualFileSystem implementation to use Parameters: authInfo - authentication information to use |
Server | public Server(URI uri, String sVFSClassName, AbstractAuthenticationStore authStore)(Code) | | Constructs a new server.
Parameters: uri - URI of file system to access Parameters: sVFSClassName - full classname of VirtualFileSystem implementation to use Parameters: authStore - authentication store to use |
getURI | public URI getURI()(Code) | | Returns the uri for this server.
uri |
|
|