Uses of Class
org.codehaus.mojo.versions.api.PropertyVersionsBuilder
Packages that use PropertyVersionsBuilder
-
Uses of PropertyVersionsBuilder in org.codehaus.mojo.versions.api
Methods in org.codehaus.mojo.versions.api that return PropertyVersionsBuilderModifier and TypeMethodDescriptionstatic PropertyVersionsBuilder[]PomHelper.getPropertyVersionsBuilders(VersionsHelper helper, org.apache.maven.project.MavenProject project, boolean includeParent) Examines the project to find any properties which are associated with versions of artifacts in the project.PropertyVersionsBuilder.withAssociation(org.apache.maven.artifact.Artifact artifact, boolean usePluginRepositories) PropertyVersionsBuilder.withCurrentVersion(org.apache.maven.artifact.versioning.ArtifactVersion currentVersion) PropertyVersionsBuilder.withCurrentVersionRange(org.apache.maven.artifact.versioning.VersionRange currentVersionRange) PropertyVersionsBuilder.withLowerBound(String lowerBound, boolean includeLower) PropertyVersionsBuilder.withUpperBound(String upperBound, boolean includeUpper)