Uses of Class
de.iip_ecosphere.platform.ecsRuntime.lxc.LxcContainerDescriptor
-
-
Uses of LxcContainerDescriptor in de.iip_ecosphere.platform.ecsRuntime.lxc
Methods in de.iip_ecosphere.platform.ecsRuntime.lxc that return LxcContainerDescriptor Modifier and Type Method Description static LxcContainerDescriptorLxcContainerDescriptor. readFromYaml(java.io.InputStream in, java.net.URI uri)Returns a LxcContainerDescriptor with a information from a yaml file.static LxcContainerDescriptorLxcContainerDescriptor. readFromYamlFile(java.io.File file)Returns a LxcContainerDescriptor with a information from a yaml file.Methods in de.iip_ecosphere.platform.ecsRuntime.lxc with parameters of type LxcContainerDescriptor Modifier and Type Method Description private java.lang.StringLxcContainerManager. getImageAlias(LxcContainerDescriptor desc)Validates and returns the LXC image file name.private java.lang.StringLxcContainerManager. getLxcId(LxcContainerDescriptor desc)Validates and returns the LXC image file name.private java.lang.StringLxcContainerManager. getZip(LxcContainerDescriptor desc)Validates and returns the LXC image file name.
-