Uses of Interface
io.resys.hdes.client.spi.GitConfig
| Package | Description |
|---|---|
| io.resys.hdes.client.spi | |
| io.resys.hdes.client.spi.git |
-
Uses of GitConfig in io.resys.hdes.client.spi
Classes in io.resys.hdes.client.spi that implement GitConfig Modifier and Type Class Description classImmutableGitConfigImmutable implementation ofGitConfig.Methods in io.resys.hdes.client.spi with parameters of type GitConfig Modifier and Type Method Description static ImmutableGitConfigImmutableGitConfig. copyOf(GitConfig instance)Creates an immutable copy of aGitConfigvalue.ImmutableGitConfig.BuilderImmutableGitConfig.Builder. from(GitConfig instance)Fill a builder with attribute values from the providedGitConfiginstance.Constructors in io.resys.hdes.client.spi with parameters of type GitConfig Constructor Description GitStore(GitConfig conn) -
Uses of GitConfig in io.resys.hdes.client.spi.git
Methods in io.resys.hdes.client.spi.git that return GitConfig Modifier and Type Method Description static GitConfigGitConnectionFactory. create(GitConfig.GitInit config, HdesStore.HdesCredsSupplier creds, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Methods in io.resys.hdes.client.spi.git with parameters of type GitConfig Modifier and Type Method Description GitFiles.BuilderGitFiles.Builder. git(GitConfig conn)Constructors in io.resys.hdes.client.spi.git with parameters of type GitConfig Constructor Description GitDataSourceLoader(GitConfig conn)GitFiles(GitConfig connection)