Package com.google.gerrit.entities
Class Change.Key
- java.lang.Object
-
- com.google.gerrit.entities.Change.Key
-
-
Constructor Summary
Constructors Constructor Description Key()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
abbreviate()
Obtain a shorter version of this key string, using a leading prefix.String
get()
Change.Key
max()
Construct a key that is after all keys prefixed by this key.static Change.Key
parse(String str)
String
toString()
-
-
-
Method Detail
-
parse
public static Change.Key parse(String str)
-
get
public String get()
-
max
public Change.Key max()
Construct a key that is after all keys prefixed by this key.
-
abbreviate
public String abbreviate()
Obtain a shorter version of this key string, using a leading prefix.
-
-