Class CommandLine
- java.lang.Object
-
- org.honton.chas.podman.maven.plugin.cmdline.CommandLine
-
- Direct Known Subclasses:
BuildCommandLine
public class CommandLine extends Object
-
-
Constructor Summary
Constructors Constructor Description CommandLine(PodmanGoal goal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandLine
addCmd(String cmd)
CommandLine
addParameter(String parameter)
List<String>
getCommand()
-
-
-
Constructor Detail
-
CommandLine
public CommandLine(PodmanGoal goal)
-
-
Method Detail
-
addCmd
public CommandLine addCmd(String cmd)
-
addParameter
public CommandLine addParameter(String parameter)
-
-