Uses of Interface
de.iip_ecosphere.platform.services.spring.descriptor.Server
-
Packages that use Server 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 Server in de.iip_ecosphere.platform.services.spring
Fields in de.iip_ecosphere.platform.services.spring declared as Server Modifier and Type Field Description private ServerSpringCloudServiceDescriptor. serverMethods in de.iip_ecosphere.platform.services.spring that return Server Modifier and Type Method Description (package private) ServerSpringCloudServiceDescriptor. getServer()If the service represents a server, return the server specification.Methods in de.iip_ecosphere.platform.services.spring with parameters of type Server Modifier and Type Method Description (package private) static SpringCloudServiceDescriptorSpringCloudServiceDescriptor. createFor(Server server)Creates a temporary descriptor for the given server spec instance. -
Uses of Server in de.iip_ecosphere.platform.services.spring.descriptor
Methods in de.iip_ecosphere.platform.services.spring.descriptor that return types with arguments of type Server Modifier and Type Method Description java.util.List<? extends Server>Artifact. getServers()Returns the contained server specifications. -
Uses of Server in de.iip_ecosphere.platform.services.spring.yaml
Classes in de.iip_ecosphere.platform.services.spring.yaml that implement Server Modifier and Type Class Description classYamlServerServer process specification of servers to be started/stopped with an application.
-