Uses of Interface
org.apache.maven.shared.release.versions.VersionInfo
Packages that use VersionInfo
-
Uses of VersionInfo in org.apache.maven.shared.release.versions
Classes in org.apache.maven.shared.release.versions that implement VersionInfoModifier and TypeClassDescriptionclassThis compares and increments versions for a common java versioning scheme.Subinterfaces with type arguments of type VersionInfo in org.apache.maven.shared.release.versionsModifier and TypeInterfaceDescriptioninterfaceRepresent the different version representations during the release-prepare phaseMethods in org.apache.maven.shared.release.versions that return VersionInfoModifier and TypeMethodDescriptionDefaultVersionInfo.getNextVersion()VersionInfo.getNextVersion()Returns aVersionInfoobject which represents the next version of this object.Methods in org.apache.maven.shared.release.versions with parameters of type VersionInfoModifier and TypeMethodDescriptionintDefaultVersionInfo.compareTo(VersionInfo obj) Compares thisDefaultVersionInfoto the suppliedDefaultVersionInfoto determine which version is greater.