Uses of Class
org.codehaus.mojo.versions.api.ArtifactVersions
Packages that use ArtifactVersions
-
Uses of ArtifactVersions in org.codehaus.mojo.versions.api
Subclasses of ArtifactVersions in org.codehaus.mojo.versions.apiMethods in org.codehaus.mojo.versions.api that return ArtifactVersionsModifier and TypeMethodDescriptionDefaultVersionsHelper.lookupArtifactVersions
(org.apache.maven.artifact.Artifact artifact, boolean usePluginRepositories) DefaultVersionsHelper.lookupArtifactVersions
(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.versioning.VersionRange versionRange, boolean usePluginRepositories) DefaultVersionsHelper.lookupArtifactVersions
(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.versioning.VersionRange versionRange, boolean usePluginRepositories, boolean useProjectRepositories) VersionsHelper.lookupArtifactVersions
(org.apache.maven.artifact.Artifact artifact, boolean usePluginRepositories) Looks up the versions of the specified artifact that are available in either the local repository, or the appropriate remote repositories.VersionsHelper.lookupArtifactVersions
(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.versioning.VersionRange versionRange, boolean usePluginRepositories) Looks up the versions of the specified artifact that are available in either the local repository, or the appropriate remote repositories.VersionsHelper.lookupArtifactVersions
(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.versioning.VersionRange versionRange, boolean usePluginRepositories, boolean useProjectRepositories) Looks up the versions of the specified artifact that are available in either the local repository, or the appropriate remote repositories.DefaultVersionsHelper.lookupDependencyUpdates
(org.apache.maven.model.Dependency dependency, boolean usePluginRepositories, boolean useProjectRepositories, boolean allowSnapshots) VersionsHelper.lookupDependencyUpdates
(org.apache.maven.model.Dependency dependency, boolean usePluginRepositories, boolean useProjectRepositories, boolean allowSnapshots) Creates anArtifactVersions
instance from a dependency.Methods in org.codehaus.mojo.versions.api that return types with arguments of type ArtifactVersionsModifier and TypeMethodDescriptionMap
<org.apache.maven.model.Dependency, ArtifactVersions> PluginUpdatesDetails.getDependencyVersions()
Map
<org.apache.maven.model.Dependency, ArtifactVersions> DefaultVersionsHelper.lookupDependenciesUpdates
(Stream<org.apache.maven.model.Dependency> dependencies, boolean usePluginRepositories, boolean allowSnapshots) Map
<org.apache.maven.model.Dependency, ArtifactVersions> DefaultVersionsHelper.lookupDependenciesUpdates
(Stream<org.apache.maven.model.Dependency> dependencies, boolean usePluginRepositories, boolean useProjectRepositories, boolean allowSnapshots) Map
<org.apache.maven.model.Dependency, ArtifactVersions> VersionsHelper.lookupDependenciesUpdates
(Stream<org.apache.maven.model.Dependency> dependencyStream, boolean usePluginRepositories, boolean allowSnapshots) Returns a map of all possible updates per dependency.Map
<org.apache.maven.model.Dependency, ArtifactVersions> VersionsHelper.lookupDependenciesUpdates
(Stream<org.apache.maven.model.Dependency> dependencies, boolean usePluginRepositories, boolean useProjectRepositories, boolean allowSnapshots) Returns a map of all possible updates per dependency.Methods in org.codehaus.mojo.versions.api with parameters of type ArtifactVersionsMethod parameters in org.codehaus.mojo.versions.api with type arguments of type ArtifactVersionsModifier and TypeMethodDescriptionvoid
PluginUpdatesDetails.addDependencyVersions
(Map<org.apache.maven.model.Dependency, ArtifactVersions> dependencyVersions) Constructors in org.codehaus.mojo.versions.api with parameters of type ArtifactVersionsModifierConstructorDescriptionArtifactVersions
(ArtifactVersions other) Creates a newArtifactVersions
instance as shallow copy of the otherPluginUpdatesDetails
(ArtifactVersions artifactVersions, Map<org.apache.maven.model.Dependency, ArtifactVersions> dependencyVersions, boolean includeSnapshots) Constructor parameters in org.codehaus.mojo.versions.api with type arguments of type ArtifactVersionsModifierConstructorDescriptionPluginUpdatesDetails
(ArtifactVersions artifactVersions, Map<org.apache.maven.model.Dependency, ArtifactVersions> dependencyVersions, boolean includeSnapshots)