Class Change.Key

  • Enclosing class:
    Change

    public abstract static class Change.Key
    extends Object
    Globally unique identification of this change. This generally takes the form of a string "Ixxxxxx...", and is stored in the Change-Id footer of a commit.
    • Constructor Detail

      • Key

        public Key()
    • Method Detail

      • 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.