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()
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.