Uses of Class
de.iip_ecosphere.platform.services.environment.YamlServer
-
Packages that use YamlServer Package Description de.iip_ecosphere.platform.services.environment Implementation. -
-
Uses of YamlServer in de.iip_ecosphere.platform.services.environment
Fields in de.iip_ecosphere.platform.services.environment with type parameters of type YamlServer Modifier and Type Field Description private java.util.List<YamlServer>YamlArtifact. serversMethods in de.iip_ecosphere.platform.services.environment that return YamlServer Modifier and Type Method Description YamlServerYamlArtifact. getServer(java.lang.String id)Returns a YAML server information object based on the given id.Methods in de.iip_ecosphere.platform.services.environment that return types with arguments of type YamlServer Modifier and Type Method Description java.util.List<YamlServer>YamlArtifact. getServers()Returns the server specification instances.Method parameters in de.iip_ecosphere.platform.services.environment with type arguments of type YamlServer Modifier and Type Method Description voidYamlArtifact. setServers(java.util.List<YamlServer> servers)Sets the server specification instances.
-