com.atlassian.bamboo.repository.cvsimpl
Class ExtConnection
java.lang.Object
AbstractConnection
com.atlassian.bamboo.repository.cvsimpl.ExtConnection
public class ExtConnection
- extends AbstractConnection
Sadly JavaCVS does not come with support for :ext server connections. I got this one off the developer list.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
ExtConnection
public ExtConnection(CVSRoot cvsroot)
open
public void open()
throws AuthenticationException,
CommandAbortedException
- Throws:
AuthenticationException
CommandAbortedException
verify
public void verify()
throws AuthenticationException
- Throws:
AuthenticationException
close
public void close()
throws IOException
- Throws:
IOException
isOpen
public boolean isOpen()
modifyInputStream
public void modifyInputStream(ConnectionModifier connectionmodifier)
throws IOException
- Throws:
IOException
modifyOutputStream
public void modifyOutputStream(ConnectionModifier connectionmodifier)
throws IOException
- Throws:
IOException
getPort
public int getPort()
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.