Class RepositoryId


  • public final class RepositoryId
    extends Object
    Identifies a repository in a persistent manner.

    This identifier is independent of the repository's physical location and format.

    The repository id conforms to the format of a UUID node, as specified by RFC 4122. it is 48 bits (6 bytes) and is usually represented as 12 hexadecimal digits.

    See Also:
    Repository