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 TypeClassDescriptionclassIntegration of the Chora CVS ViewerclassIntegration of cvswebclassCreates links to a JCVSWeb repository browser.classclassIntegration of ViewCVSclassIntegration of ViewVCMethods in net.sf.statcvs.output that return WebRepositoryIntegrationModifier and TypeMethodDescriptionstatic WebRepositoryIntegrationConfigurationOptions.getWebRepository()Returns aWebRepositoryIntegrationobject if the user has specified a URL to one.ReportConfig.getWebRepository()Methods in net.sf.statcvs.output with parameters of type WebRepositoryIntegrationModifier and TypeMethodDescriptionvoidReportConfig.setWebRepository(WebRepositoryIntegration webRepository) static voidConfigurationOptions.setWebRepositoryIntegration(WebRepositoryIntegration webRepo) -
Uses of WebRepositoryIntegration in net.sf.statcvs.renderer
Methods in net.sf.statcvs.renderer with parameters of type WebRepositoryIntegrationModifier and TypeMethodDescriptionvoidHTMLTableCellRenderer.renderFileCell(VersionedFile file, boolean withIcon, WebRepositoryIntegration webRepository) Render a cell containing a file to HTMLvoidTableCellRenderer.renderFileCell(VersionedFile file, boolean withIcon, WebRepositoryIntegration webRepository) Render a cell containing a filevoidXMLRenderer.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 TypeMethodDescriptionvoidFileColumn.setWebRepository(WebRepositoryIntegration webRepository) Setting a WebRepository turns filenames into links to that file.