Uses of Class
de.iip_ecosphere.platform.services.environment.YamlArtifact
Packages that use YamlArtifact
Package
Description
Implementation.
Generic services.
-
Uses of YamlArtifact in de.iip_ecosphere.platform.services.environment
Methods in de.iip_ecosphere.platform.services.environment that return YamlArtifactModifier and TypeMethodDescriptionstatic YamlArtifactYamlArtifact.readFromYaml(InputStream in) Reads anYamlArtifactfrom a YAML input stream.static YamlArtifactYamlArtifact.readFromYamlSafe(InputStream in) Reads from the given YAML input stream, closes the stream. -
Uses of YamlArtifact in de.iip_ecosphere.platform.services.environment.services
Fields in de.iip_ecosphere.platform.services.environment.services declared as YamlArtifactConstructors in de.iip_ecosphere.platform.services.environment.services with parameters of type YamlArtifactModifierConstructorDescriptionTraceToAasService(YamlArtifact artifact, String serviceId) Creates a service instance.