Uses of Interface
io.resys.hdes.client.api.ast.AstService
Packages that use AstService
Package
Description
-
Uses of AstService in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return AstServiceModifier and TypeMethodDescriptionHdesAstTypes.ServiceAstBuilder.build()HdesClient.AstBuilder.service()Methods in io.resys.hdes.client.api that return types with arguments of type AstServiceModifier and TypeMethodDescriptionHdesComposer.ComposerState.getServices()com.google.common.collect.ImmutableMap<String,HdesComposer.ComposerEntity<AstService>> ImmutableComposerState.getServices()Methods in io.resys.hdes.client.api with parameters of type AstServiceMethod parameters in io.resys.hdes.client.api with type arguments of type AstServiceModifier and TypeMethodDescriptionImmutableComposerState.Builder.putAllServices(Map<String, ? extends HdesComposer.ComposerEntity<AstService>> entries) Put all mappings from the specified map as entries toservicesmap.ImmutableComposerState.Builder.putServices(String key, HdesComposer.ComposerEntity<AstService> value) Put one entry to theservicesmap.ImmutableComposerState.Builder.putServices(Map.Entry<String, ? extends HdesComposer.ComposerEntity<AstService>> entry) Put one entry to theservicesmap.ImmutableComposerState.Builder.services(Map<String, ? extends HdesComposer.ComposerEntity<AstService>> entries) Sets or replaces all mappings from the specified map as entries for theservicesmap.final ImmutableComposerStateImmutableComposerState.withServices(Map<String, ? extends HdesComposer.ComposerEntity<AstService>> entries) Copy the current immutable object by replacing theservicesmap with the specified map. -
Uses of AstService in io.resys.hdes.client.api.ast
Classes in io.resys.hdes.client.api.ast that implement AstServiceMethods in io.resys.hdes.client.api.ast with parameters of type AstServiceModifier and TypeMethodDescriptionstatic ImmutableAstServiceImmutableAstService.copyOf(AstService instance) Creates an immutable copy of aAstServicevalue.ImmutableAstService.Builder.from(AstService instance) Fill a builder with attribute values from the providedio.resys.hdes.client.api.ast.AstServiceinstance. -
Uses of AstService in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return types with arguments of type AstServiceModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<String,ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> ImmutableProgramEnvir.getServicesByName()ProgramEnvir.getServicesByName()Method parameters in io.resys.hdes.client.api.programs with type arguments of type AstServiceModifier and TypeMethodDescriptionImmutableProgramEnvir.Builder.putAllServicesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> entries) Put all mappings from the specified map as entries toservicesByNamemap.ImmutableProgramEnvir.Builder.putServicesByName(String key, ProgramEnvir.ProgramWrapper<AstService, ServiceProgram> value) Put one entry to theservicesByNamemap.ImmutableProgramEnvir.Builder.putServicesByName(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> entry) Put one entry to theservicesByNamemap.ImmutableProgramEnvir.Builder.servicesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> entries) Sets or replaces all mappings from the specified map as entries for theservicesByNamemap.final ImmutableProgramEnvirImmutableProgramEnvir.withServicesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstService, ServiceProgram>> entries) Copy the current immutable object by replacing theservicesByNamemap with the specified map. -
Uses of AstService in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi that return AstService -
Uses of AstService in io.resys.hdes.client.spi.groovy
Methods in io.resys.hdes.client.spi.groovy that return AstServiceMethods in io.resys.hdes.client.spi.groovy with parameters of type AstService