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.
|
boolean |
isaddresult
The add filenames to result filenames flag
|
static String |
NO |
boolean |
passingThruFields
If receiving input rows, should we pass through existing fields?
|
static String[] |
RequiredFilesCode |
static String[] |
RequiredFilesDesc |
static String |
YES |
Constructor and Description |
---|
BaseFileInputFiles() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
static String |
getRequiredFilesCode(String tt) |
List<ResourceReference> |
getResourceDependencies(TransMeta transMeta,
StepMeta stepInfo) |
boolean[] |
includeSubFolderBoolean() |
void |
normalizeAllocation(int length) |
protected static String[] |
normalizeAllocation(String[] oldAllocation,
int length) |
void |
setFileRequired(String[] fileRequiredin) |
void |
setIncludeSubFolders(String[] includeSubFoldersin) |
public static final String NO
public static final String YES
public static final String[] RequiredFilesCode
public static final String[] RequiredFilesDesc
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 boolean isaddresult
public void setFileRequired(String[] fileRequiredin)
public void setIncludeSubFolders(String[] includeSubFoldersin)
public void normalizeAllocation(int length)
protected static String[] normalizeAllocation(String[] oldAllocation, int length)
public boolean[] includeSubFolderBoolean()
public List<ResourceReference> getResourceDependencies(TransMeta transMeta, StepMeta stepInfo)
Copyright © 2018 Hitachi Vantara. All rights reserved.