public final class VersionInfo
extends java.lang.Object
Specification
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
Implementation |
getImplementation()
Description of this version of this library
|
static VersionInfo |
getInstance() |
Specification |
getSpecification()
Represents the specification this implementation is based on
|
int |
hashCode() |
java.lang.String |
toString() |
public static VersionInfo getInstance()
public Specification getSpecification()
public Implementation getImplementation()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object