public static class GitConfigSourceBuilder.GitEndpoint extends Object
Holds attributes necessary to get a configuration from a remote Git repository.
| Constructor | Description |
|---|---|
GitEndpoint(URI uri,
String branch,
Path directory,
String path) |
Creates a descriptor.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getBranch() |
Returns a git branch.
|
Path |
getDirectory() |
Returns a local git directory.
|
String |
getPath() |
Returns a relative path to the configuration file.
|
URI |
getUri() |
Returns a remote git repository uri.
|
public URI getUri()
public String getBranch()
public Path getDirectory()
public String getPath()
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.