Uses of Interface
de.smartics.maven.issues.VersionFactory

Packages that use VersionFactory
de.smartics.maven.issues The core package for generating issues reports with Maven
de.smartics.maven.issues.bugzilla Provides classes to generate reports with Bugzilla. 
 

Uses of VersionFactory in de.smartics.maven.issues
 

Classes in de.smartics.maven.issues that implement VersionFactory
 class AbstractVersionFactory
          Default implementation that uses Maven's DefaultArtifactVersion implementation.
 

Methods in de.smartics.maven.issues that return VersionFactory
 VersionFactory RendererConfig.getVersionFactoryInstance()
          Returns the factory to create comparable version instances.
 

Methods in de.smartics.maven.issues with parameters of type VersionFactory
protected  MavenReportRenderer AbstractIssuesReportMojo.createRenderer(Locale locale, VersionFactory versionFactoryInstance, ArtifactVersionRange versionRange, List<org.eclipse.mylyn.tasks.core.data.TaskData> issues)
          Creates the renderer to use for report rendering.
protected abstract  MavenReportRenderer AbstractIssuesConnectionMojo.createRenderer(Locale locale, VersionFactory versionFactoryInstance, ArtifactVersionRange versionRange, List<org.eclipse.mylyn.tasks.core.data.TaskData> issues)
          Creates a renderer.
protected  ArtifactVersionRange AbstractIssuesConnectionMojo.createVersionRange(VersionFactory versionFactoryInstance)
           
 void RendererConfig.Builder.setVersionFactory(VersionFactory versionFactory)
          Sets the factory to create comparable version instances.
 

Uses of VersionFactory in de.smartics.maven.issues.bugzilla
 

Classes in de.smartics.maven.issues.bugzilla that implement VersionFactory
 class BugzillaVersionFactory
          Implementation of the version factory for Bugzilla.
 



Copyright © 2008-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.