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 GiGrouperVersionGiGrouperVersion.currentVersion()current grouper versionstatic GiGrouperVersionGiGrouperVersion.valueOfIgnoreCase(String string) convert string to version like an enum wouldstatic GiGrouperVersionGiGrouperVersion.valueOfIgnoreCase(String string, boolean exceptionOnNull) convert string to version like an enum wouldMethods in edu.internet2.middleware.grouperInstaller with parameters of type GiGrouperVersionModifier and TypeMethodDescriptionbooleanGiGrouperVersion.greaterOrEqualToArg(GiGrouperVersion version) see if the grouper version is greater than or equal to a certain versionbooleanGiGrouperVersion.lessThanArg(GiGrouperVersion other) see if this version is less than the argument onebooleanGiGrouperVersion.lessThanArg(GiGrouperVersion other, boolean orEqual) see if this version is less than the argument onebooleanGiGrouperVersion.lessThanMajorMinorArg(GiGrouperVersion other, boolean orEqual) see if this version is less than the argument one, only considering major and minor version