Class CvswebIntegration

  • All Implemented Interfaces:
    WebRepositoryIntegration

    public class CvswebIntegration
    extends java.lang.Object
    implements WebRepositoryIntegration
    Integration of cvsweb
    Version:
    $Id: CvswebIntegration.java,v 1.13 2008/04/02 11:22:15 benoitx Exp $
    Author:
    Richard Cyganiak
    • Constructor Summary

      Constructors 
      Constructor Description
      CvswebIntegration​(java.lang.String baseURL)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBaseUrl()  
      java.lang.String getDiffUrl​(Revision oldRevision, Revision newRevision)
      Returns a URL to a diff in the web repository browser.
      java.lang.String getDirectoryUrl​(Directory directory)
      Returns a URL to a directory in the web repository browser
      java.lang.String getFileHistoryUrl​(VersionedFile file)
      Returns a URL to a file in the web repository browser.
      java.lang.String getFileViewUrl​(Revision revision)
      Returns a URL to a file in the web repository browser.
      java.lang.String getFileViewUrl​(VersionedFile file)
      Returns a URL to a file in the web repository browser.
      java.lang.String getName()
      Returns the name of the repository browser
      void setAtticFileNames​(java.util.Set atticFileNames)
      Sets the files that are "in the attic", in the CVS sense.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait