public static class JZtxtcmdScript.UserFileset extends JZtxtcmdScript.DefVariable
 fileset::= { basepath =  |  ? , }.
   
 The basepath is a general path for all files which is the basepath (in opposite to localpath of each file)
 or which is a pre-basepath if any file is given with basepath.
 Docu_UML_simpleNotation:
 
               UserFileset
                    |------------commonBasepath-------->Filepath
                    |
                    |------------filesOfFileset-------*>Filepath
                                                        -drive:
                                                        -absPath: boolean
                                                        -basepath
                                                        -localdir
                                                        -name
                                                        -someFiles: boolean
                                                        -ext
 | Modifier and Type | Field and Description | 
|---|---|
| FileSet | fileset | 
| (package private) JZtxtcmdScript | script | 
bAppendToFile, bConst, defVariable, typeVariableconversion, dataAccess, elementType, expression, parentList, sindentA, srcColumn, srcFile, srcLine, statementlist, subitem, textArgmColumn, mFile, mLine| Constructor and Description | 
|---|
| UserFileset(JZtxtcmdScript.StatementList parentList) | 
| UserFileset(JZtxtcmdScript.StatementList parentList,
           JZtxtcmdScript script) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add_addFileset(java.lang.String val) | 
| void | set_commonPath(java.lang.String val)From Zbnf: srcpath = <""?! | 
| void | set_filePath(java.lang.String val) | 
| void | set_name(java.lang.String name) | 
add_defVariable, getVariableIdent, new_defVariable, set_appendToFile, set_const, set_type, writeStructLineadd_boolExpr, add_dataAccess, add_dataStruct, add_Filepath, add_filesetAccess, add_numExpr, add_statementBlock, add_textExpr, elementType, isEmpty, new_boolExpr, new_dataAccess, new_dataStruct, new_Filepath, new_filesetAccess, new_numExpr, new_statementBlock, new_textExpr, scriptException, set_plainText, set_text, setLineColumnFile, setLineColumnFileMode, statementlist, toString, writeStruct, writeStructAdd, XXXadd_File, XXXnew_Filefinal JZtxtcmdScript script
public final FileSet fileset
UserFileset(JZtxtcmdScript.StatementList parentList, JZtxtcmdScript script)
public UserFileset(JZtxtcmdScript.StatementList parentList)
public void set_name(java.lang.String name)
set_name in class JZtxtcmdScript.DefVariablepublic void set_commonPath(java.lang.String val)
public void set_filePath(java.lang.String val)
public void add_addFileset(java.lang.String val)