Uses of Interface
de.smartics.maven.util.report.link.LinkConstructorStrategy

Packages that use LinkConstructorStrategy
de.smartics.maven.util.report Provides utilities for Maven for generating reports. 
de.smartics.maven.util.report.link Provides helper classes to render links to external reports. 
de.smartics.maven.util.report.link.strategy Provides implementation strategies to create links to external reports. 
 

Uses of LinkConstructorStrategy in de.smartics.maven.util.report
 

Methods in de.smartics.maven.util.report with parameters of type LinkConstructorStrategy
 ExternalReport MavenExternalReportFactory.createExternalReport(ReportId reportId, LinkConstructorStrategy strategy)
          Constructs an external report.
 boolean ExternalReportReferences.registerReport(boolean create, ReportId reportId, LinkConstructorStrategy strategy)
          Registers a report with the given identifier and strategy with a guard.
 boolean ExternalReportReferences.registerReport(ReportId reportId, LinkConstructorStrategy strategy)
          Registers a report with the given identifier and strategy.
 

Uses of LinkConstructorStrategy in de.smartics.maven.util.report.link
 

Classes in de.smartics.maven.util.report.link that implement LinkConstructorStrategy
 class AbstractLinkConstructorStrategy
          Base implementation of the LinkConstructorStrategy interface.
 

Methods in de.smartics.maven.util.report.link with parameters of type LinkConstructorStrategy
 ExternalReport ExternalReportFactory.createExternalReport(ReportId reportId, LinkConstructorStrategy strategy)
          Constructs an external report.
 

Constructors in de.smartics.maven.util.report.link with parameters of type LinkConstructorStrategy
ExternalReport(ReportId reportId, String basePath, LinkConstructorStrategy strategy)
          Default constructor.
 

Uses of LinkConstructorStrategy in de.smartics.maven.util.report.link.strategy
 

Classes in de.smartics.maven.util.report.link.strategy that implement LinkConstructorStrategy
 class DirectoryPathLinkConstructorStrategy
          Constructs a link to a document whose directory path is constructed by the package, whose name is constructed by the type and whose member is optionally referenced within the document.
 class FilePathLinkConstructorStrategy
          Constructs a link to a document whose name is constructed from the package and type and whose member is optionally referenced within the document.
 class LineNumberDirectoryPathLinkConstructorStrategy
          A variation that uses the line number and not the member signature to construct the anchor.
 class SingleDocumentLinkConstructorStrategy
          Constructs a link to a document that contains all package, type and member information.
 class SurefireLinkConstructorStrategy
          A specific implementation for the surefire plugin of the SingleDocumentLinkConstructorStrategy since the report currently shows no dot between the type and the member.
 



Copyright © 2006-2012 Kronseder & Reiner GmbH - smartics. All Rights Reserved.