Uses of Interface
de.iip_ecosphere.platform.services.spring.descriptor.Service
Packages that use Service
Package
Description
Uses the Spring Local Cloud Deployer as Service Manager Implementation.
Interfaces describing the deployment descriptor.
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 ServiceMethods in de.iip_ecosphere.platform.services.spring that return ServiceModifier and TypeMethodDescriptionSpringCloudServiceDescriptor.getSvc()Returns the YAML descriptor.Constructors in de.iip_ecosphere.platform.services.spring with parameters of type ServiceModifierConstructorDescriptionSpringCloudServiceDescriptor(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 ServiceMethods in de.iip_ecosphere.platform.services.spring.descriptor with parameters of type ServiceModifier and TypeMethodDescriptionvoidValidates the given service (and contained descriptor elements).private voidValidates 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