Uses of Class
de.iip_ecosphere.platform.services.spring.yaml.YamlArtifact
-
Packages that use YamlArtifact Package Description de.iip_ecosphere.platform.services.spring Uses the Spring Local Cloud Deployer as Service Manager Implementation.de.iip_ecosphere.platform.services.spring.yaml 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 YamlArtifact Modifier and Type Method Description static YamlArtifactDescriptorUtils. readFromClasspath()Reads the YAML deployment descriptor fromfile.static YamlArtifactDescriptorUtils. readFromFile(java.io.File file)Reads the YAML deployment descriptor fromfile.Methods in de.iip_ecosphere.platform.services.spring with parameters of type YamlArtifact Modifier and Type Method Description static SpringCloudArtifactDescriptorSpringCloudArtifactDescriptor. createInstance(YamlArtifact artifact, java.net.URI uri, java.io.File jarFile)Creates a descriptor instance for a given YAMLartifactand containingjarFile.private static java.util.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 YamlArtifact Constructor Description SpringCloudArtifactDescriptor(YamlArtifact artifact, java.net.URI uri, java.io.File jar, java.util.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 YamlArtifact Modifier and Type Method Description static YamlArtifactYamlArtifact. readFromYaml(java.io.InputStream in)Reads anYamlArtifactfrom a YAML input stream.
-