| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--net.sf.bloof.scm.cvsplugin.CvsConnection
        |
        +--net.sf.bloof.scm.cvsplugin.MindBrightSSHConnection
Defines a server connection via SSH protocol
| Constructor Summary | |
| MindBrightSSHConnection(CvsAccess aCvsAccess)Constructs a MindBrightSSHConnection | |
| MindBrightSSHConnection(RepositoryLocation aLocation,
                        LoginDetails aDetails)Constructs a server connection via SSH with the specified parameters | |
| Method Summary | |
|  void | close()Closes the connection | 
|  java.io.InputStream | getInputStream()Gets the input stream from which the client should read server responses from | 
|  java.io.OutputStream | getOutputStream()Gets the output stream over which the client should send its requests to the server | 
| Methods inherited from class net.sf.bloof.scm.cvsplugin.CvsConnection | 
| displayStatus, getErrorStream, getRepositoryLocation | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public MindBrightSSHConnection(CvsAccess aCvsAccess)
                        throws java.io.IOException,
                               CvsConnectionException
aCvsAccess - access to CVS repository
java.io.IOException - on IO Error
CvsConnectionException - if connection fails
public MindBrightSSHConnection(RepositoryLocation aLocation,
                               LoginDetails aDetails)
                        throws CvsConnectionException
aLocation - location of the cvs repositoryaDetails - login details for access
CvsConnectionException - if any error occurs| Method Detail | 
public void close()
close in class CvsConnectionpublic java.io.InputStream getInputStream()
getInputStream in class CvsConnectionpublic java.io.OutputStream getOutputStream()
getOutputStream in class CvsConnection| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||