Uses of Class
de.iip_ecosphere.platform.services.spring.yaml.YamlServer
-
Packages that use YamlServer Package Description de.iip_ecosphere.platform.services.spring.yaml Yaml implementation of the file-based artifact descriptor. -
-
Uses of YamlServer in de.iip_ecosphere.platform.services.spring.yaml
Fields in de.iip_ecosphere.platform.services.spring.yaml with type parameters of type YamlServer Modifier and Type Field Description private java.util.List<YamlServer>YamlArtifact. serversMethods in de.iip_ecosphere.platform.services.spring.yaml that return types with arguments of type YamlServer Modifier and Type Method Description java.util.List<YamlServer>YamlArtifact. getServers()Method parameters in de.iip_ecosphere.platform.services.spring.yaml with type arguments of type YamlServer Modifier and Type Method Description voidYamlArtifact. setServers(java.util.List<YamlServer> servers)Sets the servers specification instances.
-