Uses of Class
org.jivesoftware.util.Version.ReleaseStatus
-
Packages that use Version.ReleaseStatus Package Description org.jivesoftware.util Utility classes. -
-
Uses of Version.ReleaseStatus in org.jivesoftware.util
Methods in org.jivesoftware.util that return Version.ReleaseStatus Modifier and Type Method Description Version.ReleaseStatus
Version. getStatus()
Returns the release status of this product.static Version.ReleaseStatus
Version.ReleaseStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static Version.ReleaseStatus[]
Version.ReleaseStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.util with parameters of type Version.ReleaseStatus Constructor Description Version(int major, int minor, int micro, Version.ReleaseStatus status, int statusVersion)
Create a new version information object.
-