Uses of Class
de.iip_ecosphere.platform.services.spring.yaml.YamlArtifact
Packages that use YamlArtifact
Package
Description
Uses the Spring Local Cloud Deployer as Service Manager Implementation.
Yaml implementation of the file-based artifact descriptor.
-
Uses of YamlArtifact in de.iip_ecosphere.platform.services.spring
Methods in de.iip_ecosphere.platform.services.spring that return YamlArtifactModifier and TypeMethodDescriptionstatic YamlArtifactDescriptorUtils.readFromClasspath()Reads the YAML deployment descriptor fromfile.static YamlArtifactDescriptorUtils.readFromFile(File file) Reads the YAML deployment descriptor fromfile.Methods in de.iip_ecosphere.platform.services.spring with parameters of type YamlArtifactModifier and TypeMethodDescriptionSpringCloudArtifactDescriptor.createInstance(YamlArtifact artifact, URI uri, File jarFile) Creates a descriptor instance for a given YAMLartifactand containingjarFile.private static List<SpringCloudServiceDescriptor> SpringCloudArtifactDescriptor.createServersList(YamlArtifact artifact) Creates a list of service descriptors for the servers inartifact.Constructors in de.iip_ecosphere.platform.services.spring with parameters of type YamlArtifactModifierConstructorDescription(package private)SpringCloudArtifactDescriptor(YamlArtifact artifact, URI uri, File jar, List<SpringCloudServiceDescriptor> services) Creates an artifact descriptor. -
Uses of YamlArtifact in de.iip_ecosphere.platform.services.spring.yaml
Methods in de.iip_ecosphere.platform.services.spring.yaml that return YamlArtifactModifier and TypeMethodDescriptionstatic YamlArtifactYamlArtifact.readFromYaml(InputStream in) Reads anYamlArtifactfrom a YAML input stream.