Class BuildCommandLine
- java.lang.Object
-
- org.honton.chas.podman.maven.plugin.cmdline.CommandLine
-
- org.honton.chas.podman.maven.plugin.cmdline.BuildCommandLine
-
public class BuildCommandLine extends CommandLine
-
-
Field Summary
-
Fields inherited from class org.honton.chas.podman.maven.plugin.cmdline.CommandLine
command
-
-
Constructor Summary
Constructors Constructor Description BuildCommandLine(PodmanBuild goal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildCommandLineaddArgs(Map<String,String> buildArguments)BuildCommandLineaddContainerfile(String containerfile)BuildCommandLineaddContext(Path contextDir)BuildCommandLineaddPlatformAndImage(List<String> platforms, String image)-
Methods inherited from class org.honton.chas.podman.maven.plugin.cmdline.CommandLine
addCmd, addParameter, getCommand
-
-
-
-
Constructor Detail
-
BuildCommandLine
public BuildCommandLine(PodmanBuild goal)
-
-
Method Detail
-
addArgs
public BuildCommandLine addArgs(Map<String,String> buildArguments)
-
addPlatformAndImage
public BuildCommandLine addPlatformAndImage(List<String> platforms, String image)
-
addContainerfile
public BuildCommandLine addContainerfile(String containerfile)
-
addContext
public BuildCommandLine addContext(Path contextDir)
-
-