Uses of Interface
io.resys.hdes.client.api.ast.AstChangeset
Packages that use AstChangeset
Package
Description
-
Uses of AstChangeset in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return AstChangesetMethods in io.resys.hdes.client.api.ast that return types with arguments of type AstChangesetModifier and TypeMethodDescriptionAstChangeset.CommandsAndChanges.getSrc()com.google.common.collect.ImmutableList<AstChangeset>ImmutableCommandsAndChanges.getSrc()Methods in io.resys.hdes.client.api.ast with parameters of type AstChangesetModifier and TypeMethodDescriptionImmutableCommandsAndChanges.Builder.addSrc(AstChangeset element) Adds one element tosrclist.ImmutableCommandsAndChanges.Builder.addSrc(AstChangeset... elements) Adds elements tosrclist.ImmutableCommandsAndChanges.withSrc(AstChangeset... elements) Copy the current immutable object with elements that replace the content ofsrc.Method parameters in io.resys.hdes.client.api.ast with type arguments of type AstChangesetModifier and TypeMethodDescriptionImmutableCommandsAndChanges.Builder.addAllSrc(Iterable<? extends AstChangeset> elements) Adds elements tosrclist.ImmutableCommandsAndChanges.Builder.src(Iterable<? extends AstChangeset> elements) Sets or replaces all elements forsrclist.ImmutableCommandsAndChanges.withSrc(Iterable<? extends AstChangeset> elements) Copy the current immutable object with elements that replace the content ofsrc. -
Uses of AstChangeset in io.resys.hdes.client.spi.changeset
Methods in io.resys.hdes.client.spi.changeset that return types with arguments of type AstChangeset -
Uses of AstChangeset in io.resys.hdes.client.spi.changeset.beans
Classes in io.resys.hdes.client.spi.changeset.beans that implement AstChangeset -
Uses of AstChangeset in io.resys.hdes.client.spi.flow
Method parameters in io.resys.hdes.client.spi.flow with type arguments of type AstChangeset -
Uses of AstChangeset in io.resys.hdes.client.spi.flow.ast.beans
Methods in io.resys.hdes.client.spi.flow.ast.beans that return AstChangesetMethods in io.resys.hdes.client.spi.flow.ast.beans with parameters of type AstChangesetModifier and TypeMethodDescriptionNodeBean.addChild(AstChangeset source, int indent, String keyword, String value) NodeFlowBean.addChild(AstChangeset source, int indent, String keyword, String value) Constructors in io.resys.hdes.client.spi.flow.ast.beans with parameters of type AstChangesetModifierConstructorDescriptionNodeBean(AstChangeset source, int indent, String keyword, String value, NodeBean parent)