Uses of Class
edu.internet2.middleware.grouperInstaller.GiGrouperVersion
Packages that use GiGrouperVersion
-
Uses of GiGrouperVersion in edu.internet2.middleware.grouperInstaller
Methods in edu.internet2.middleware.grouperInstaller that return GiGrouperVersionModifier and TypeMethodDescriptionstatic GiGrouperVersion
GiGrouperVersion.currentVersion()
current grouper versionstatic GiGrouperVersion
GiGrouperVersion.valueOfIgnoreCase
(String string) convert string to version like an enum wouldstatic GiGrouperVersion
GiGrouperVersion.valueOfIgnoreCase
(String string, boolean exceptionOnNull) convert string to version like an enum wouldMethods in edu.internet2.middleware.grouperInstaller with parameters of type GiGrouperVersionModifier and TypeMethodDescriptionboolean
GiGrouperVersion.greaterOrEqualToArg
(GiGrouperVersion version) see if the grouper version is greater than or equal to a certain versionboolean
GiGrouperVersion.lessThanArg
(GiGrouperVersion other) see if this version is less than the argument oneboolean
GiGrouperVersion.lessThanArg
(GiGrouperVersion other, boolean orEqual) see if this version is less than the argument oneboolean
GiGrouperVersion.lessThanMajorMinorArg
(GiGrouperVersion other, boolean orEqual) see if this version is less than the argument one, only considering major and minor version