Uses of Interface
de.iip_ecosphere.platform.services.spring.descriptor.Service
-
Packages that use Service Package Description de.iip_ecosphere.platform.services.spring Uses the Spring Local Cloud Deployer as Service Manager Implementation.de.iip_ecosphere.platform.services.spring.descriptor Interfaces describing the deployment descriptor.de.iip_ecosphere.platform.services.spring.yaml Yaml implementation of the file-based artifact descriptor. -
-
Uses of Service in de.iip_ecosphere.platform.services.spring
Fields in de.iip_ecosphere.platform.services.spring declared as Service Modifier and Type Field Description private ServiceSpringCloudServiceDescriptor. serviceMethods in de.iip_ecosphere.platform.services.spring that return Service Modifier and Type Method Description ServiceSpringCloudServiceDescriptor. getSvc()Returns the YAML descriptor.Constructors in de.iip_ecosphere.platform.services.spring with parameters of type Service Constructor Description SpringCloudServiceDescriptor(Service service, TypeResolver resolver)Creates an instance. -
Uses of Service in de.iip_ecosphere.platform.services.spring.descriptor
Methods in de.iip_ecosphere.platform.services.spring.descriptor that return types with arguments of type Service Modifier and Type Method Description java.util.List<? extends Service>Artifact. getServices()Returns the contained services.Methods in de.iip_ecosphere.platform.services.spring.descriptor with parameters of type Service Modifier and Type Method Description voidValidator. validate(Service service, java.util.List<? extends Type> types)Validates the given service (and contained descriptor elements).private voidValidator. validate(Service service, java.util.Map<java.lang.String,Type> types, java.lang.String msgContext)Validates the given service (and contained descriptor elements). -
Uses of Service in de.iip_ecosphere.platform.services.spring.yaml
Classes in de.iip_ecosphere.platform.services.spring.yaml that implement Service Modifier and Type Class Description classYamlServiceInformation about a single service.
-