- InvalidVersionFormatException - Exception in com.mgnt.utils.textutils
-
- InvalidVersionFormatException() - Constructor for exception com.mgnt.utils.textutils.InvalidVersionFormatException
-
- InvalidVersionFormatException(String) - Constructor for exception com.mgnt.utils.textutils.InvalidVersionFormatException
-
- InvalidVersionFormatException(Throwable) - Constructor for exception com.mgnt.utils.textutils.InvalidVersionFormatException
-
- InvalidVersionFormatException(String, Throwable) - Constructor for exception com.mgnt.utils.textutils.InvalidVersionFormatException
-
- InvalidVersionFormatException(String, Throwable, boolean, boolean) - Constructor for exception com.mgnt.utils.textutils.InvalidVersionFormatException
-
- InvalidVersionRangeException - Exception in com.mgnt.utils.textutils
-
- InvalidVersionRangeException() - Constructor for exception com.mgnt.utils.textutils.InvalidVersionRangeException
-
- InvalidVersionRangeException(String) - Constructor for exception com.mgnt.utils.textutils.InvalidVersionRangeException
-
- InvalidVersionRangeException(Throwable) - Constructor for exception com.mgnt.utils.textutils.InvalidVersionRangeException
-
- InvalidVersionRangeException(String, Throwable) - Constructor for exception com.mgnt.utils.textutils.InvalidVersionRangeException
-
- InvalidVersionRangeException(String, Throwable, boolean, boolean) - Constructor for exception com.mgnt.utils.textutils.InvalidVersionRangeException
-
- isAboveRange(Version) - Method in class com.mgnt.utils.textutils.VersionRange
-
Checks if the ver is above the range
- isAboveRange(String) - Method in class com.mgnt.utils.textutils.VersionRange
-
Converts the String into Version and than checks if the ver is above the range
- isBellowRange(Version) - Method in class com.mgnt.utils.textutils.VersionRange
-
Checks if the ver is below the range
- isBelowRange(String) - Method in class com.mgnt.utils.textutils.VersionRange
-
Converts the String into Version and than checks if the ver is below the range
- isInRange(Version) - Method in class com.mgnt.utils.textutils.VersionRange
-
This method checks if the version falls within range.
- isInRange(String) - Method in class com.mgnt.utils.textutils.VersionRange
-
This method first converts String parameter into Version and checks if the version falls within range.
- isOverlap(VersionRange) - Method in class com.mgnt.utils.textutils.VersionRange
-