Package org.pentaho.di.trans.steps.file
Class BaseFileInputFiles
java.lang.Object
org.pentaho.di.trans.steps.file.BaseFileInputFiles
- All Implemented Interfaces:
Cloneable
Input files settings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe field in which the filename is placedboolean
Are we accepting filenames in input rows?The stepname to accept filenames fromString[]
Wildcard or filemask to exclude (regular expression)String[]
Wildcard or filemask (regular expression)String[]
Array of filenamesString[]
Array of boolean values as string, indicating if a file is required.String[]
Array of boolean values as string, indicating if we need to fetch sub folders.boolean
The add filenames to result filenames flagstatic final String
boolean
If receiving input rows, should we pass through existing fields?static final String[]
static final String[]
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
static String
getResourceDependencies
(TransMeta transMeta, StepMeta stepInfo) boolean[]
void
normalizeAllocation
(int length) protected static String[]
normalizeAllocation
(String[] oldAllocation, int length) void
setFileRequired
(String[] fileRequiredin) void
setIncludeSubFolders
(String[] includeSubFoldersin)
-
Field Details
-
NO
- See Also:
-
YES
- See Also:
-
RequiredFilesCode
-
RequiredFilesDesc
-
fileName
Array of filenames -
fileMask
Wildcard or filemask (regular expression) -
excludeFileMask
Wildcard or filemask to exclude (regular expression) -
fileRequired
Array of boolean values as string, indicating if a file is required. -
includeSubFolders
Array of boolean values as string, indicating if we need to fetch sub folders. -
acceptingFilenames
public boolean acceptingFilenamesAre we accepting filenames in input rows? -
acceptingStepName
The stepname to accept filenames from -
passingThruFields
public boolean passingThruFieldsIf receiving input rows, should we pass through existing fields? -
acceptingField
The field in which the filename is placed -
isaddresult
public boolean isaddresultThe add filenames to result filenames flag
-
-
Constructor Details
-
BaseFileInputFiles
public BaseFileInputFiles()
-
-
Method Details