com.luntsys.luntbuild.remoting
Class CvsAdaptorFacade

java.lang.Object
  extended bycom.luntsys.luntbuild.remoting.VcsFacade
      extended bycom.luntsys.luntbuild.remoting.CvsAdaptorFacade

public class CvsAdaptorFacade
extends VcsFacade

Facade of cvs adaptor

Author:
robin shine

Constructor Summary
CvsAdaptorFacade()
           
 
Method Summary
 java.lang.String getCvsPassword()
          Get cvs password.
 java.lang.String getCvsRoot()
          Get cvs root.
 java.lang.String getCygwinCvs()
          Get cygwin cvs indication string.
 java.lang.String getVcsClassName()
          Get the corresponding vcs adaptor class name
 void setCvsPassword(java.lang.String cvsPassword)
          Set cvs password
 void setCvsRoot(java.lang.String cvsRoot)
          Set cvs root
 void setCygwinCvs(java.lang.String cygwinCvs)
          Set cygwin cvs indication string
 
Methods inherited from class com.luntsys.luntbuild.remoting.VcsFacade
getModules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CvsAdaptorFacade

public CvsAdaptorFacade()
Method Detail

getCvsRoot

public java.lang.String getCvsRoot()
Get cvs root. This is a project level property. Refer to user manual for detailed information

Returns:
cvs root

setCvsRoot

public void setCvsRoot(java.lang.String cvsRoot)
Set cvs root

Parameters:
cvsRoot -

getVcsClassName

public final java.lang.String getVcsClassName()
Description copied from class: VcsFacade
Get the corresponding vcs adaptor class name

Specified by:
getVcsClassName in class VcsFacade
Returns:
vcs adaptor class name

getCvsPassword

public java.lang.String getCvsPassword()
Get cvs password. This is a project level property.

Returns:
the cvs password

setCvsPassword

public void setCvsPassword(java.lang.String cvsPassword)
Set cvs password

Parameters:
cvsPassword -

getCygwinCvs

public java.lang.String getCygwinCvs()
Get cygwin cvs indication string. This is a project level property

Returns:
"yes" if used cvs is a cygwin cvs, or "no" otherwise

setCygwinCvs

public void setCygwinCvs(java.lang.String cygwinCvs)
Set cygwin cvs indication string

Parameters:
cygwinCvs - "yes", or "no" to indicate wheter or not used cvs is a cygwin one


Copyright © 2004 Luntsys Corp. All Rights Reserved.