Uses of Interface
io.resys.hdes.client.api.programs.TagProgram
Packages that use TagProgram
-
Uses of TagProgram in io.resys.hdes.client.api.programs
Classes in io.resys.hdes.client.api.programs that implement TagProgramMethods in io.resys.hdes.client.api.programs that return types with arguments of type TagProgramModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<String,ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> ImmutableProgramEnvir.getTagsByName()ProgramEnvir.getTagsByName()Methods in io.resys.hdes.client.api.programs with parameters of type TagProgramModifier and TypeMethodDescriptionstatic ImmutableTagProgramImmutableTagProgram.copyOf(TagProgram instance) Creates an immutable copy of aTagProgramvalue.ImmutableTagProgram.Builder.from(TagProgram instance) Fill a builder with attribute values from the providedTagPrograminstance.Method parameters in io.resys.hdes.client.api.programs with type arguments of type TagProgramModifier and TypeMethodDescriptionImmutableProgramEnvir.Builder.putAllTagsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> entries) Put all mappings from the specified map as entries totagsByNamemap.ImmutableProgramEnvir.Builder.putTagsByName(String key, ProgramEnvir.ProgramWrapper<AstTag, TagProgram> value) Put one entry to thetagsByNamemap.ImmutableProgramEnvir.Builder.putTagsByName(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> entry) Put one entry to thetagsByNamemap.ImmutableProgramEnvir.Builder.tagsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> entries) Sets or replaces all mappings from the specified map as entries for thetagsByNamemap.final ImmutableProgramEnvirImmutableProgramEnvir.withTagsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> entries) Copy the current immutable object by replacing thetagsByNamemap with the specified map. -
Uses of TagProgram in io.resys.hdes.client.spi.tag
Methods in io.resys.hdes.client.spi.tag that return TagProgram