Uses of Interface
org.apache.maven.plugin.version.PluginVersionRequest

Packages that use PluginVersionRequest
org.apache.maven.plugin.version   
org.apache.maven.plugin.version.internal   
 

Uses of PluginVersionRequest in org.apache.maven.plugin.version
 

Classes in org.apache.maven.plugin.version that implement PluginVersionRequest
 class DefaultPluginVersionRequest
          Collects settings required to resolve the version for a plugin.
 

Methods in org.apache.maven.plugin.version that return PluginVersionRequest
 PluginVersionRequest PluginVersionRequest.setArtifactId(String artifactId)
          Sets the artifact id of the plugin.
 PluginVersionRequest PluginVersionRequest.setGroupId(String groupId)
          Sets the group id of the plugin.
 PluginVersionRequest PluginVersionRequest.setPom(Model pom)
          Sets the POM whose build plugins are to be scanned for the version.
 PluginVersionRequest PluginVersionRequest.setRepositories(List<org.eclipse.aether.repository.RemoteRepository> repositories)
          Sets the remote repositories to use.
 PluginVersionRequest PluginVersionRequest.setRepositorySession(org.eclipse.aether.RepositorySystemSession repositorySession)
          Sets the session to use for repository access.
 

Methods in org.apache.maven.plugin.version with parameters of type PluginVersionRequest
 PluginVersionResult PluginVersionResolver.resolve(PluginVersionRequest request)
          Resolves the version for the specified request.
 

Uses of PluginVersionRequest in org.apache.maven.plugin.version.internal
 

Methods in org.apache.maven.plugin.version.internal with parameters of type PluginVersionRequest
 PluginVersionResult DefaultPluginVersionResolver.resolve(PluginVersionRequest request)
           
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.