public static class CmdExecuter.CmdQueueEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<DataAccess.Variable<java.lang.Object>> |
args |
java.lang.String[] |
cmd |
java.io.File |
currentDir |
java.util.List<java.lang.Appendable> |
err |
int |
errorCmd |
CmdExecuter.ExecuteAfterFinish |
executeAfterFinish |
java.lang.String |
input |
JZtxtcmdScript.Subroutine |
jzsub
If given this subroutine should be executed. cmd is not used then.
|
java.util.List<java.lang.Appendable> |
out |
(package private) java.lang.Appendable |
out1 |
Constructor and Description |
---|
CmdQueueEntry() |
public java.lang.String[] cmd
public JZtxtcmdScript.Subroutine jzsub
java.util.List<DataAccess.Variable<java.lang.Object>> args
public java.lang.String input
java.lang.Appendable out1
public java.util.List<java.lang.Appendable> out
public java.util.List<java.lang.Appendable> err
public java.io.File currentDir
public CmdExecuter.ExecuteAfterFinish executeAfterFinish
public int errorCmd