Uses of Class
org.jboss.set.mavendependencyupdater.VersionStream
-
Packages that use VersionStream Package Description org.jboss.set.mavendependencyupdater org.jboss.set.mavendependencyupdater.rules org.jboss.set.mavendependencyupdater.utils -
-
Uses of VersionStream in org.jboss.set.mavendependencyupdater
Methods in org.jboss.set.mavendependencyupdater that return VersionStream Modifier and Type Method Description VersionStreamVersionStream. higher()static VersionStreamVersionStream. valueOf(String name)Returns the enum constant of this type with the specified name.static VersionStream[]VersionStream. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VersionStream in org.jboss.set.mavendependencyupdater.rules
Constructors in org.jboss.set.mavendependencyupdater.rules with parameters of type VersionStream Constructor Description VersionStreamRestriction(VersionStream stream) -
Uses of VersionStream in org.jboss.set.mavendependencyupdater.utils
Methods in org.jboss.set.mavendependencyupdater.utils with parameters of type VersionStream Modifier and Type Method Description static booleanVersionUtils. equalMmm(String v1, String v2, VersionStream stream)Do given versions belong to the same stream stream? E.g.: "1.1.2" and 1.1.3" belong to the same MINOR stream, but not into the same MICRO stream.
-