Uses of Class
de.iip_ecosphere.platform.services.spring.yaml.YamlRelation
-
Packages that use YamlRelation Package Description de.iip_ecosphere.platform.services.spring.yaml Yaml implementation of the file-based artifact descriptor. -
-
Uses of YamlRelation in de.iip_ecosphere.platform.services.spring.yaml
Fields in de.iip_ecosphere.platform.services.spring.yaml with type parameters of type YamlRelation Modifier and Type Field Description private java.util.List<YamlRelation>YamlService. relationsMethods in de.iip_ecosphere.platform.services.spring.yaml that return types with arguments of type YamlRelation Modifier and Type Method Description java.util.List<YamlRelation>YamlService. getRelations()Method parameters in de.iip_ecosphere.platform.services.spring.yaml with type arguments of type YamlRelation Modifier and Type Method Description voidYamlService. setRelations(java.util.List<YamlRelation> relations)Defines the service-specific relations and command line arguments.
-