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

V

valueOf(String) - Static method in enum com.mgnt.lifecycle.management.httpclient.HttpClient.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mgnt.lifecycle.management.httpclient.HttpClient.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in com.mgnt.utils.textutils
 
Version(String) - Constructor for class com.mgnt.utils.textutils.Version
 
VersionComparator - Class in com.mgnt.utils.textutils
 
VersionComparator() - Constructor for class com.mgnt.utils.textutils.VersionComparator
 
VersionRange - Class in com.mgnt.utils.textutils
This class represents a Version Range.
VersionRange(Version, Version) - Constructor for class com.mgnt.utils.textutils.VersionRange
This constructor constructs the Range with its lower and upper limits
VersionRange(String, String) - Constructor for class com.mgnt.utils.textutils.VersionRange
This constructor constructs the Range with its lower and upper limits.
VersionRange(Version, String) - Constructor for class com.mgnt.utils.textutils.VersionRange
This constructor constructs the Range with its lower and upper limits.
VersionRange(String, Version) - Constructor for class com.mgnt.utils.textutils.VersionRange
This constructor constructs the Range with its lower and upper limits.
VersionRange(Version) - Constructor for class com.mgnt.utils.textutils.VersionRange
This constructor creates the Range with the same lower and upper limits
VersionRange(String) - Constructor for class com.mgnt.utils.textutils.VersionRange
This constructor assumes that the string is a version range in format "[Version String] - [Version String]" It splits the string by the "-" delimiter and attempts to create the range the same way as constructor VersionRange.VersionRange(String, String) would.
B C D E F G H I J M P R S T V W 
Skip navigation links