|
|||||||||||
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
Defines a connection with a CVS server. A server connection has an input and an output stream over which to communicate.
Constructor Summary | |
CvsConnection(RepositoryLocation aLocation)
Constructs a Connection |
Method Summary | |
abstract void |
close()
Closes the connection |
protected void |
displayStatus(java.lang.String aMessage)
Displays any status messages during creation of the connection. |
java.io.InputStream |
getErrorStream()
Gets the stream used for displaying error messages. |
abstract java.io.InputStream |
getInputStream()
Gets the input stream from which the client should read server responses from |
abstract java.io.OutputStream |
getOutputStream()
Gets the output stream over which the client should send its requests to the server |
RepositoryLocation |
getRepositoryLocation()
Gets the repository location that this connection is connected to |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CvsConnection(RepositoryLocation aLocation)
aLocation
- specifies the location of the RepositoryMethod Detail |
public RepositoryLocation getRepositoryLocation()
public abstract java.io.InputStream getInputStream()
public abstract java.io.OutputStream getOutputStream()
public java.io.InputStream getErrorStream()
null
then there is not error stream
public abstract void close()
protected void displayStatus(java.lang.String aMessage)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |