Uses of Interface
io.resys.hdes.client.api.HdesClient
Packages that use HdesClient
Package
Description
-
Uses of HdesClient in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return HdesClientModifier and TypeMethodDescriptionHdesClient.ClientRepoBuilder.build()HdesComposer.getClient()HdesClient.withBranch(String branchName) Methods in io.resys.hdes.client.api that return types with arguments of type HdesClientModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HdesClient>HdesClient.ClientRepoBuilder.create() -
Uses of HdesClient in io.resys.hdes.client.spi
Classes in io.resys.hdes.client.spi that implement HdesClientMethods in io.resys.hdes.client.spi that return HdesClientModifier and TypeMethodDescriptionHdesComposerImpl.getClient()HdesClientImpl.withBranch(String branchName) Constructors in io.resys.hdes.client.spi with parameters of type HdesClient -
Uses of HdesClient in io.resys.hdes.client.spi.changeset
Constructors in io.resys.hdes.client.spi.changeset with parameters of type HdesClient -
Uses of HdesClient in io.resys.hdes.client.spi.composer
Constructors in io.resys.hdes.client.spi.composer with parameters of type HdesClientModifierConstructorDescriptionCopyAsEntityVisitor(HdesComposer.ComposerState state, HdesComposer.CopyAs asset, HdesClient client) CreateEntityVisitor(HdesComposer.ComposerState state, HdesComposer.CreateEntity asset, HdesClient client) DataDumpVisitor(HdesClient client) DebugCSVVisitor(HdesClient client, ProgramEnvir.ProgramWrapper<?, ?> wrapper, ProgramEnvir envir) DebugVisitor(HdesClient client) DryRunVisitor(HdesClient client) ImportEntityVisitor(HdesComposer.ComposerState state, AstTag asset, HdesClient client) -
Uses of HdesClient in io.resys.hdes.client.spi.flow.ast
Methods in io.resys.hdes.client.spi.flow.ast with parameters of type HdesClient