Class Patch.Key

  • Enclosing class:
    Patch

    public abstract static class Patch.Key
    extends Object
    • Constructor Detail

      • Key

        public Key()
    • Method Detail

      • parse

        public static Patch.Key parse​(String str)
        Parse a Patch.Key out of a string representation.
      • patchSetId

        public abstract PatchSet.Id patchSetId()
      • fileName

        public abstract String fileName()