Skip navigation links
B C D E F G H I J M P R S T V W 

I

initTimeIntervalParam(String, TimeInterval, String) - Method in interface com.mgnt.lifecycle.management.backgroundrunner.BackgroundRunnable
This is internally implemented method (in class BaseBackgroundRunnable) it allows to initialize other properties of type TimeInterval If such properties exist then the user will need to override method BackgroundRunnable.setParamValue(TimeInterval, String) so it will know what setter method to invoke based on propertyName parameter.
initTimeIntervalParam(String, TimeInterval, String) - Method in class com.mgnt.lifecycle.management.backgroundrunner.BaseBackgroundRunnable
This method parses String value into a TimeInterval and then invokes method BackgroundRunnable.setParamValue(TimeInterval, String) to set required property value.
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
isInitialized() - Method in interface com.mgnt.lifecycle.management.backgroundrunner.BackgroundRunnable
internally used method
isInitialized() - Method in class com.mgnt.lifecycle.management.backgroundrunner.BaseBackgroundRunnable
 
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
 
B C D E F G H I J M P R S T V W 
Skip navigation links