Class ShellOrExecConfig
java.lang.Object
org.honton.chas.buildx.maven.plugin.config.ShellOrExecConfig
Description of an entrypoint or command
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
exec
Executable and parameters, no shell involved -
shell
Single line command that will be executed by shell (not used if exec specified)
-
-
Constructor Details
-
ShellOrExecConfig
public ShellOrExecConfig()
-