Class CommandLineGenerator
- java.lang.Object
-
- org.honton.chas.podman.maven.plugin.CommandLineGenerator
-
public class CommandLineGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description CommandLineGenerator(PodmanGoal goal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandLineGeneratoraddArgs(Map<String,String> buildArguments)CommandLineGeneratoraddCmd(String cmd)CommandLineGeneratoraddContainerfile(String containerfile)CommandLineGeneratoraddContext(Path contextDir)CommandLineGeneratoraddParameter(String parameter)CommandLineGeneratoraddPlatformAndImage(List<String> platforms, String image)List<String>getCommand()
-
-
-
Constructor Detail
-
CommandLineGenerator
public CommandLineGenerator(PodmanGoal goal)
-
-
Method Detail
-
addCmd
public CommandLineGenerator addCmd(String cmd)
-
addParameter
public CommandLineGenerator addParameter(String parameter)
-
addArgs
public CommandLineGenerator addArgs(Map<String,String> buildArguments)
-
addPlatformAndImage
public CommandLineGenerator addPlatformAndImage(List<String> platforms, String image)
-
addContainerfile
public CommandLineGenerator addContainerfile(String containerfile)
-
addContext
public CommandLineGenerator addContext(Path contextDir)
-
-