This extension point allows additional CVS connection methods to be pluged in. It is for internal use.
An implementation of <samp>IConnectionMethod</samp>
This extension point is internal use only
1.0
Following is an example of a connectionmethods extension:
<p>
<pre>
<extension id="pserver" point="org.eclipse.team.cvs.core.connectionmethods">
<adapter>
<run class="org.eclipse.team.internal.ccvs.core.connection.PServerConnectionMethod">
<parameter name="trace" value="false">
</parameter>
</run>
</adapter>
</extension>
</pre>
</p>
This extension point is internal use only
[Enter information about supplied implementation of this extension point.]
Copyright (c) 2004 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>