| Package | Description | 
|---|---|
| edu.internet2.middleware.grouperInstaller | 
| Modifier and Type | Method and Description | 
|---|---|
static GiGrouperVersion | 
GiGrouperVersion.currentVersion()
current grouper version 
 | 
static GiGrouperVersion | 
GiGrouperVersion.valueOfIgnoreCase(String string)
convert string to version like an enum would 
 | 
static GiGrouperVersion | 
GiGrouperVersion.valueOfIgnoreCase(String string,
                 boolean exceptionOnNull)
convert string to version like an enum would 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
GiGrouperVersion.greaterOrEqualToArg(GiGrouperVersion version)
see if the grouper version is greater than or equal to a certain version 
 | 
boolean | 
GiGrouperVersion.lessThanArg(GiGrouperVersion other)
see if this version is less than the argument one 
 | 
boolean | 
GiGrouperVersion.lessThanArg(GiGrouperVersion other,
           boolean orEqual)
see if this version is less than the argument one 
 | 
boolean | 
GiGrouperVersion.lessThanMajorMinorArg(GiGrouperVersion other,
                     boolean orEqual)
see if this version is less than the argument one, only considering major and minor version 
 | 
Copyright © 2016 Internet2. All rights reserved.