Core classes for git client API implementation.
-
GitURIRequirementsBuilder.create()
Creates an empty builder.
Creates a new builder with the same requirements as this builder.
Creates a new builder using the supplied URI.
Replace any hostname requirements with the supplied hostname.
Replace any hostname or hostname:port requirements with the supplied hostname and port.
Removes any hostname or hostname:port requirements.
Removes any hostname:port requirements.
Removes any path requirements.
Removes any scheme requirements.
Replace any path requirements with the supplied path.
Replace any scheme requirements with the supplied scheme.
Replaces the requirements with those of the supplied URI.