Uses of Interface
io.resys.hdes.client.spi.GitConfig.GitFileReload
| Package | Description |
|---|---|
| io.resys.hdes.client.spi | |
| io.resys.hdes.client.spi.git |
-
Uses of GitConfig.GitFileReload in io.resys.hdes.client.spi
Classes in io.resys.hdes.client.spi that implement GitConfig.GitFileReload Modifier and Type Class Description classImmutableGitFileReloadImmutable implementation ofGitConfig.GitFileReload.Methods in io.resys.hdes.client.spi with parameters of type GitConfig.GitFileReload Modifier and Type Method Description static ImmutableGitFileReloadImmutableGitFileReload. copyOf(GitConfig.GitFileReload instance)Creates an immutable copy of aGitConfig.GitFileReloadvalue.ImmutableGitFileReload.BuilderImmutableGitFileReload.Builder. from(GitConfig.GitFileReload instance)Fill a builder with attribute values from the providedGitFileReloadinstance. -
Uses of GitConfig.GitFileReload in io.resys.hdes.client.spi.git
Methods in io.resys.hdes.client.spi.git that return types with arguments of type GitConfig.GitFileReload Modifier and Type Method Description List<GitConfig.GitFileReload>GitFiles. delete(List<GitConfig.GitEntry> gitFiles)List<GitConfig.GitFileReload>GitFiles. push(GitConfig.GitFile gitFile)List<GitConfig.GitFileReload>GitFiles. push(List<GitConfig.GitFile> gitFiles)Map.Entry<String,List<GitConfig.GitFileReload>>GitFiles. tag(HdesStore.CreateStoreEntity entity)