Package com.google.gerrit.entities
Class Patch.Key
- java.lang.Object
-
- com.google.gerrit.entities.Patch.Key
-
-
Constructor Summary
Constructors Constructor Description Key()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
fileName()
static Patch.Key
parse(String str)
Parse a Patch.Key out of a string representation.abstract PatchSet.Id
patchSetId()
-
-
-
Method Detail
-
patchSetId
public abstract PatchSet.Id patchSetId()
-
fileName
public abstract String fileName()
-
-