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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanincludeFile(org.apache.commons.vfs2.FileSelectInfo fileInfo) booleantraverseDescendents(org.apache.commons.vfs2.FileSelectInfo fileInfo) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.commons.vfs2.FileSelector
traverseDescendants
-
Constructor Details
-
ZipJobEntryPatternFileSelector
-
-
Method Details
-
traverseDescendents
public boolean traverseDescendents(org.apache.commons.vfs2.FileSelectInfo fileInfo) throws Exception - Specified by:
traverseDescendentsin interfaceorg.apache.commons.vfs2.FileSelector- Throws:
Exception
-
includeFile
- Specified by:
includeFilein interfaceorg.apache.commons.vfs2.FileSelector- Throws:
Exception
-