Uses of Interface
org.codehaus.mojo.versions.api.VersionsHelper

Packages that use VersionsHelper
org.codehaus.mojo.versions   
org.codehaus.mojo.versions.api   
 

Uses of VersionsHelper in org.codehaus.mojo.versions
 

Methods in org.codehaus.mojo.versions that return VersionsHelper
 VersionsHelper AbstractVersionsUpdaterMojo.getHelper()
           
 VersionsHelper AbstractVersionsReport.getHelper()
           
 

Uses of VersionsHelper in org.codehaus.mojo.versions.api
 

Classes in org.codehaus.mojo.versions.api that implement VersionsHelper
 class DefaultVersionsHelper
          Helper class that provides common functionality required by both the mojos and the reports.
 

Methods in org.codehaus.mojo.versions.api with parameters of type VersionsHelper
static Artifact PomHelper.getProjectParent(ModifiedPomXMLEventReader pom, VersionsHelper helper)
          Gets the parent artifact from the pom.
static PropertyVersions[] PomHelper.getPropertyVersions(VersionsHelper helper, MavenProject project, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator)
          Examines the project to find any properties which are associated with versions of artifacts in the project.
 

Constructors in org.codehaus.mojo.versions.api with parameters of type VersionsHelper
PropertyVersions(String profileId, String name, VersionsHelper helper)
          Constructs a new PropertyVersions.
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.