See: Description
| Interface | Description | 
|---|---|
| CmdExecuter.ExecuteAfterFinish | An implementation of this interface can be evaluate the output of the process after finish. | 
| CmdGetFileArgs_ifc | Deprecated new concept is  CmdGetterArguments. | 
| CmdGetterArguments | This interface is used to get arguments for  CmdExecuter.addCmd(org.vishia.cmd.JZtxtcmdScript.Subroutine, List, Appendable, File). | 
| JZtxtcmdEngine | This interface describes the JZcmd script engine as enhancment of the javax.script.ScriptEngine. | 
| JZtxtcmdScript.AddSub2List | 
| Class | Description | 
|---|---|
| CmdExecuter | This class organizes the execution of commands with thread-parallel getting of the process outputs. | 
| CmdExecuter.CmdQueueEntry | |
| CmdQueue | This class stores some prepared commands for execution and executes it one after another. | 
| CmdStore | Obsolete because the JZcmdScript is better. | 
| Filecmd | This class executes a given command for all files with given list. | 
| Filecmd.Cargs | Class holds command line arguments. | 
| Filecmd.Cmdline | |
| Filecmd.File1Arg | |
| JZtxtcmdAccessFileset | This class contains a reference to the access path and the reference to the Fileset which is accessed. | 
| JZtxtcmdExecuter | This class is the executer of JZcmd. | 
| JZtxtcmdExecuter.ExecuteLevel | Wrapper to generate a script with specified localVariables. | 
| JZtxtcmdExecuter.JZcmdBindings | |
| JZtxtcmdExecuter.JzTcMain | This class is the jzcmd main level from a script. | 
| JZtxtcmdExecuter.ListMap | It is a List but also with Map | 
| JZtxtcmdExecuter.NextNr | Simple class to build a countered number. | 
| JZtxtcmdFilepath | This class describes a Filepath instance in an executer level of JZcmd. | 
| JZtxtcmdFileset | A Fileset instance in a JZcmd script especially for zmake. | 
| JZtxtcmdScript | This class contains the internal representation of a JZcmd script. | 
| JZtxtcmdScript.AccessFilesetname | This class contains the fileset-variable name and maybe an FilePath as accessPath. | 
| JZtxtcmdScript.Argument | Argument for a subroutine. | 
| JZtxtcmdScript.AssignExpr | |
| JZtxtcmdScript.CallStatement | |
| JZtxtcmdScript.CmdInvoke | class for a cmd execution (operation system cmd process invocation). | 
| JZtxtcmdScript.CondStatement | |
| JZtxtcmdScript.DataText | In ZBNF: <*dataAccess:formatString> | 
| JZtxtcmdScript.DefClasspathVariable | |
| JZtxtcmdScript.DefClassVariable | |
| JZtxtcmdScript.DefContainerVariable | It is a List, either as constant container or as any java.util.List-instance. | 
| JZtxtcmdScript.DefFilepath | A Filepath variable. | 
| JZtxtcmdScript.DefListElement | A list element is a statement in the  JZtxtcmdScript.JZcmditem.statementlistof theJZtxtcmdScript.DefContainerVariableitem. | 
| JZtxtcmdScript.DefVariable | |
| JZtxtcmdScript.ExitStatement | |
| JZtxtcmdScript.FileOpArg | |
| JZtxtcmdScript.ForStatement | |
| JZtxtcmdScript.IfCondition | |
| JZtxtcmdScript.IfStatement | |
| JZtxtcmdScript.JZcmdCalculatorExpr | |
| JZtxtcmdScript.JZcmdClass | A class in the JZcmd syntax. | 
| JZtxtcmdScript.JZcmdDataAccess | This class wraps the  DataAccess.DataAccessSetto support JZcmd-specific enhancements. | 
| JZtxtcmdScript.JZcmdDatapathElement | This class extends the  DatapathElementrespectivelySetDatapathElementwith more references which contains the method arguments which should be evaluated with the JZcmd
 capability. | 
| JZtxtcmdScript.JZcmdDatapathElementClass | |
| JZtxtcmdScript.JZcmdInclude | |
| JZtxtcmdScript.JZcmdInstanceofExpr | |
| JZtxtcmdScript.JZcmditem | Common Superclass for a JZcmd script item. | 
| JZtxtcmdScript.JZscriptSettings | |
| JZtxtcmdScript.Onerror | This class contains expressions for error handling. | 
| JZtxtcmdScript.Scriptfile | For one scriptfile, on include use extra instance per include. | 
| JZtxtcmdScript.StatementList | Organization class for a list of script elements inside another Scriptelement. | 
| JZtxtcmdScript.Subroutine | |
| JZtxtcmdScript.TextColumn | JZcmditem which contain a column for text positioning. | 
| JZtxtcmdScript.TextOut | |
| JZtxtcmdScript.ThreadBlock | |
| JZtxtcmdScript.UserFileset | A < fileset> in the ZmakeStd.zbnf. | 
| JZtxtcmdScript.ZbnfJZcmdScript | Main class for ZBNF parse result. | 
| JZtxtcmdScript.Zmake | |
| JZtxtcmdTester | |
| JZtxtcmdThread | This class is uses as Data base for all threads in a JZcmd execution environment. | 
| JZtxtcmdThread.MsgItem | Item inside the message queues. | 
| JZtxtcmdThreadData | superior class of  JZtxtcmdThreadandJZtxtcmdThreadQueueThe elements are not used in that derived classes, but in theJZtxtcmdExecuter.ExecuteLevelwhile working in the threads. | 
| JZtxtcmdThreadQueue | This class builds a queue to run sub routines in an separated Thread of JZtxtcmd execution. | 
| PrepareCmd | Deprecated since 2016-12. | 
| PrepareCmd.CmdReplace | Element in the  PrepareCmd.listPlaceholderForCmdArgsTemplate. | 
| PrepareCmd.File3Parts | Instance combines 4 instances to get parts from given files. | 
| PrepareCmd.FileParts | Helper class to get parts from the file path. | 
| ZmakeTarget | This class describes a zmake target used in a JZcmd script. | 
| Exception | Description | 
|---|---|
| JZtxtcmdExecuter.CmdErrorLevelException | A thread instance of JZcmd. | 
| JZtxtcmdExecuter.ExitException | |
| JZtxtcmdExecuter.JZcmdThrow | |
| JZtxtcmdExecuter.JzScriptException | 
JZtxtcmdExecuter: The executer
 JZtxtcmdScript: The container for the compiled script.
 JZmdFilepath: Holds information for a file
 JZmdFileset: Holds information for a set of files
 ZmakeTarget: One Zmake line