org.apache.maven.scm.provider.cvslib.repository
public class CvsScmProviderRepository extends ScmProviderRepositoryWithHost
Version: $Id: CvsScmProviderRepository.java 389491 2006-03-28 12:43:45Z evenisse $
| Constructor Summary | |
|---|---|
| CvsScmProviderRepository(String cvsroot, String transport, String user, String password, String host, String path, String module) | |
| CvsScmProviderRepository(String cvsroot, String transport, String user, String password, String host, int port, String path, String module) | |
| Method Summary | |
|---|---|
| String | getCvsRoot() |
| String | getCvsRootForCvsPass() |
| String | getModule() |
| String | getPath() |
| String | getTransport() |
| String | toString() |
Returns: The cvs root
Returns: The cvs root stored in .cvspass
Returns: The module name.
Returns: The path.
Returns: The subtype (like pserver).