Uses of Interface
net.sf.statcvs.output.WebRepositoryIntegration
Packages that use WebRepositoryIntegration
-
Uses of WebRepositoryIntegration in net.sf.statcvs.output
Classes in net.sf.statcvs.output that implement WebRepositoryIntegrationModifier and TypeClassDescriptionclass
Integration of the Chora CVS Viewerclass
Integration of cvswebclass
Creates links to a JCVSWeb repository browser.class
class
Integration of ViewCVSclass
Integration of ViewVCMethods in net.sf.statcvs.output that return WebRepositoryIntegrationModifier and TypeMethodDescriptionstatic WebRepositoryIntegration
ConfigurationOptions.getWebRepository()
Returns aWebRepositoryIntegration
object if the user has specified a URL to one.ReportConfig.getWebRepository()
Methods in net.sf.statcvs.output with parameters of type WebRepositoryIntegrationModifier and TypeMethodDescriptionvoid
ReportConfig.setWebRepository
(WebRepositoryIntegration webRepository) static void
ConfigurationOptions.setWebRepositoryIntegration
(WebRepositoryIntegration webRepo) -
Uses of WebRepositoryIntegration in net.sf.statcvs.renderer
Methods in net.sf.statcvs.renderer with parameters of type WebRepositoryIntegrationModifier and TypeMethodDescriptionvoid
HTMLTableCellRenderer.renderFileCell
(VersionedFile file, boolean withIcon, WebRepositoryIntegration webRepository) Render a cell containing a file to HTMLvoid
TableCellRenderer.renderFileCell
(VersionedFile file, boolean withIcon, WebRepositoryIntegration webRepository) Render a cell containing a filevoid
XMLRenderer.renderFileCell
(VersionedFile file, boolean withIcon, WebRepositoryIntegration webRepository) Render a cell containing a file to XML -
Uses of WebRepositoryIntegration in net.sf.statcvs.reportmodel
Methods in net.sf.statcvs.reportmodel with parameters of type WebRepositoryIntegrationModifier and TypeMethodDescriptionvoid
FileColumn.setWebRepository
(WebRepositoryIntegration webRepository) Setting a WebRepository turns filenames into links to that file.