public static class BaseFileInputStepMeta.InputFiles<F extends BaseFileInputField> extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
String |
acceptingField
The field in which the filename is placed
|
boolean |
acceptingFilenames
Are we accepting filenames in input rows?
|
String |
acceptingStepName
The stepname to accept filenames from
|
String[] |
excludeFileMask
Wildcard or filemask to exclude (regular expression)
|
String[] |
fileMask
Wildcard or filemask (regular expression)
|
String[] |
fileName
Array of filenames
|
String[] |
fileRequired
Array of boolean values as string, indicating if a file is required.
|
String[] |
includeSubFolders
Array of boolean values as string, indicating if we need to fetch sub folders.
|
F[] |
inputFields
The fields to import...
|
boolean |
isaddresult
The add filenames to result filenames flag
|
boolean |
passingThruFields
If receiving input rows, should we pass through existing fields?
|
Constructor and Description |
---|
InputFiles() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
void |
setFileRequired(String[] fileRequiredin) |
void |
setIncludeSubFolders(String[] includeSubFoldersin) |
public String[] fileName
public String[] fileMask
public String[] excludeFileMask
public String[] fileRequired
public String[] includeSubFolders
public boolean acceptingFilenames
public String acceptingStepName
public boolean passingThruFields
public String acceptingField
public F extends BaseFileInputField[] inputFields
public boolean isaddresult