Uses of Class
io.resys.hdes.client.api.ast.ImmutableCommandsAndChanges
Packages that use ImmutableCommandsAndChanges
-
Uses of ImmutableCommandsAndChanges in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return ImmutableCommandsAndChangesModifier and TypeMethodDescriptionImmutableCommandsAndChanges.Builder.build()Builds a newImmutableCommandsAndChanges.static ImmutableCommandsAndChangesImmutableCommandsAndChanges.copyOf(AstChangeset.CommandsAndChanges instance) Creates an immutable copy of aAstChangeset.CommandsAndChangesvalue.ImmutableCommandsAndChanges.withCommands(AstCommand... elements) Copy the current immutable object with elements that replace the content ofcommands.ImmutableCommandsAndChanges.withCommands(Iterable<? extends AstCommand> elements) Copy the current immutable object with elements that replace the content ofcommands.ImmutableCommandsAndChanges.withSrc(AstChangeset... elements) Copy the current immutable object with elements that replace the content ofsrc.ImmutableCommandsAndChanges.withSrc(Iterable<? extends AstChangeset> elements) Copy the current immutable object with elements that replace the content ofsrc.