Uses of Class
nl.lexemmens.podman.enumeration.ContainerFormat
-
Packages that use ContainerFormat Package Description nl.lexemmens.podman.config.image nl.lexemmens.podman.enumeration -
-
Uses of ContainerFormat in nl.lexemmens.podman.config.image
Fields in nl.lexemmens.podman.config.image declared as ContainerFormat Modifier and Type Field Description protected ContainerFormatAbstractImageBuildConfiguration. formatSpecifies the format of the Container image to useMethods in nl.lexemmens.podman.config.image that return ContainerFormat Modifier and Type Method Description ContainerFormatAbstractImageBuildConfiguration. getFormat()Returns the format for the built image's manifest and configuration data.Methods in nl.lexemmens.podman.config.image with parameters of type ContainerFormat Modifier and Type Method Description voidAbstractImageBuildConfiguration. setFormat(ContainerFormat format)The format of the container image to use. -
Uses of ContainerFormat in nl.lexemmens.podman.enumeration
Methods in nl.lexemmens.podman.enumeration that return ContainerFormat Modifier and Type Method Description static ContainerFormatContainerFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainerFormat[]ContainerFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-