Class JobEntryZipFile.ZipJobEntryPatternFileSelector
- java.lang.Object
-
- org.pentaho.di.job.entries.zipfile.JobEntryZipFile.ZipJobEntryPatternFileSelector
-
- All Implemented Interfaces:
org.apache.commons.vfs2.FileSelector
- Enclosing class:
- JobEntryZipFile
public static class JobEntryZipFile.ZipJobEntryPatternFileSelector extends Object implements org.apache.commons.vfs2.FileSelector
Helper class providing pattern restrictions for file names to be zipped
-
-
Constructor Summary
Constructors Constructor Description ZipJobEntryPatternFileSelector(Pattern pattern, Pattern patternExclude)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
includeFile(org.apache.commons.vfs2.FileSelectInfo fileInfo)
boolean
traverseDescendents(org.apache.commons.vfs2.FileSelectInfo fileInfo)
-