Class CvsScmProviderRepository


public class CvsScmProviderRepository extends ScmProviderRepositoryWithHost
  • Field Details

    • cvsroot

      private String cvsroot
    • transport

      private String transport
    • path

      private String path
    • module

      private String module
  • Constructor Details

  • Method Details

    • getCvsRoot

      public String getCvsRoot()
      Returns:
      The cvs root
    • removeDefaultPortFromCvsRoot

      private String removeDefaultPortFromCvsRoot(String root)
    • getCvsRootForCvsPass

      public String getCvsRootForCvsPass()
      Returns:
      The cvs root stored in .cvspass
    • getTransport

      public String getTransport()
      Returns:
      The subtype (like pserver).
    • getPath

      public String getPath()
      Returns:
      The path.
    • getModule

      public String getModule()
      Returns:
      The module name.
    • getCvsRootWithCorrectUser

      private String getCvsRootWithCorrectUser()
    • getCvsRootWithCorrectUser

      private String getCvsRootWithCorrectUser(String user)
      Parameters:
      user - user name
      Returns:
    • toString

      public String toString()
      Overrides:
      toString in class Object