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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
includeFile
(org.apache.commons.vfs2.FileSelectInfo fileInfo) boolean
traverseDescendents
(org.apache.commons.vfs2.FileSelectInfo fileInfo)
-
Constructor Details
-
ZipJobEntryPatternFileSelector
-
-
Method Details
-
traverseDescendents
public boolean traverseDescendents(org.apache.commons.vfs2.FileSelectInfo fileInfo) throws Exception - Specified by:
traverseDescendents
in interfaceorg.apache.commons.vfs2.FileSelector
- Throws:
Exception
-
includeFile
- Specified by:
includeFile
in interfaceorg.apache.commons.vfs2.FileSelector
- Throws:
Exception
-