Uses of Class
net.sourceforge.cvsgrab.CvsWebInterface

Packages that use CvsWebInterface
net.sourceforge.cvsgrab   
net.sourceforge.cvsgrab.web   
 

Uses of CvsWebInterface in net.sourceforge.cvsgrab
 

Methods in net.sourceforge.cvsgrab that return CvsWebInterface
static CvsWebInterface CvsWebInterface.findInterface(CVSGrab grabber)
          Find the cvs web interface that could have generated this html page
static CvsWebInterface CvsWebInterface.getInterface(CVSGrab grabber, String interfaceId)
          Explicitely select a web interface capable of handle the web pages.
 CvsWebInterface RemoteRepository.getWebInterface()
           
 

Methods in net.sourceforge.cvsgrab with parameters of type CvsWebInterface
 void RemoteRepository.setWebInterface(CvsWebInterface webInterface)
          Sets the web interface
 

Uses of CvsWebInterface in net.sourceforge.cvsgrab.web
 

Subclasses of CvsWebInterface in net.sourceforge.cvsgrab.web
 class Chora2_0Interface
          Support for Chora 2.0 interfaces to a cvs repository
 class CvsWeb1_0Interface
          Support for CvsWeb 1.0 interfaces to a cvs repository
 class CvsWeb2_0Interface
          Support for CvsWeb 2.0 interfaces to a cvs repository
 class CvsWeb3_0Interface
          Support for CvsWeb 3.0 interfaces to a cvs repository
 class FishEye1_0Interface
          Support for FishEye 0.8, 0.9 and maybe 1.0 interfaces to a cvs repository
 class Sourcecast1_0Interface
          Support for SourceCast 2.0 interfaces to a cvs repository.
 class Sourcecast2_0Interface
          Support for SourceCast 2.0 interfaces to a cvs repository.
 class Sourcecast3_0Interface
          Support for SourceCast 3.0 interfaces to a cvs repository.
 class ViewCvs0_7Interface
          Support for ViewCvs 0.7 interfaces to a cvs repository
 class ViewCvs0_8Interface
          Support for ViewCvs 0.8 interfaces to a cvs repository
 class ViewCvs0_9Interface
          Support for ViewCvs 0.9 interfaces to a cvs repository
 class ViewCvs1_0Interface
          Support for ViewCvs 1.0 interfaces to a cvs repository
 class ViewCvsInterface
          Support for ViewCvs-like interfaces to a cvs repository
 



Copyright © 2002-2005 Ludovic Claude. All Rights Reserved.