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