Package no.acntech.easycontainers
Object ImageBuilder.Companion
-
- All Implemented Interfaces:
public class ImageBuilder.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ImageBuilder.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final ImageBuilder
of(ContainerPlatformType type)
Creates and returns of ImageBuilder based on the provided container type. -
-
Method Detail
-
of
final ImageBuilder of(ContainerPlatformType type)
Creates and returns of ImageBuilder based on the provided container type.
- Parameters:
type
- the type of container, defaults to ContainerType.- Returns:
an instance of ImageBuilder
-
-
-
-