public class CvsScmProviderRepository extends ScmProviderRepositoryWithHost
Constructor and Description |
---|
CvsScmProviderRepository(String cvsroot,
String transport,
String user,
String password,
String host,
int port,
String path,
String module) |
CvsScmProviderRepository(String cvsroot,
String transport,
String user,
String password,
String host,
String path,
String module) |
Modifier and Type | Method and Description |
---|---|
String |
getCvsRoot() |
String |
getCvsRootForCvsPass() |
String |
getModule() |
String |
getPath() |
String |
getTransport() |
String |
toString() |
getHost, getPassphrase, getPort, getPrivateKey, setHost, setPassphrase, setPort, setPrivateKey
getParent, getPassword, getRelativePath, getUser, isPersistCheckout, isPushChanges, setPassword, setPersistCheckout, setPushChanges, setUser
public CvsScmProviderRepository(String cvsroot, String transport, String user, String password, String host, String path, String module)
public String getCvsRoot()
public String getCvsRootForCvsPass()
public String getTransport()
public String getPath()
public String getModule()
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.