public class VDBKey extends Object implements Serializable, Comparable<VDBKey>
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
NAME_PATTERN |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsVerion(VDBKey key) |
int |
compareTo(VDBKey o) |
boolean |
equals(Object obj) |
String |
getName() |
String |
getSemanticVersion()
Get the full three part semantic version
|
String |
getVersion()
Get the version string - not including the at most designation.
|
int |
hashCode() |
boolean |
isAtMost() |
String |
toString() |
public static Pattern NAME_PATTERN
public String getName()
public String getVersion()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int compareTo(VDBKey o)
compareTo in interface Comparable<VDBKey>public boolean isAtMost()
public boolean acceptsVerion(VDBKey key)
key - public String getSemanticVersion()
Copyright © 2019. All rights reserved.