public interface CmdGetterArguments
CmdExecuter.addCmd(org.vishia.cmd.JZtxtcmdScript.Subroutine, List, Appendable, File).
 to invoke a JZtxtcmdExecuter#execSub(org.vishia.cmd.JZtxtcmdScript.Subroutine, List, boolean, Appendable, File) with the Map of actual arguments.
 It should be implemented in environments to build the argument. See org.vishia.gral.widget.GralCommandSelector| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | versionVersion, history and license. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<DataAccess.Variable<java.lang.Object>> | getArguments(JZtxtcmdScript.Subroutine jzsub) | 
| java.io.File | getCurrDir()Gets the current directory as excution environment. | 
static final java.lang.String version
java.util.List<DataAccess.Variable<java.lang.Object>> getArguments(JZtxtcmdScript.Subroutine jzsub)
cmd - The command contains formal arguments. The name of the arguments, not the order should be evaluated
 in the implementation routine.java.io.File getCurrDir()