Class FileChangesFromFolder
- java.lang.Object
-
- org.openl.rules.repository.folder.FileChangesFromFolder
-
- All Implemented Interfaces:
AutoCloseable,Iterable<FileItem>
public class FileChangesFromFolder extends Object implements Iterable<FileItem>, AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description FileChangesFromFolder(Path walkRoot)FileChangesFromFolder(Path walkRoot, String folderTo)FileChangesFromFolder(Path walkRoot, String folderTo, Predicate<Path> filter)FileChangesFromFolder(Path walkRoot, String folderTo, Predicate<Path> filter, FileAdaptor... fileAdaptors)FileChangesFromFolder(Path walkRoot, Predicate<Path> filter, FileAdaptor... fileAdaptors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Iterator<FileItem>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
FileChangesFromFolder
public FileChangesFromFolder(Path walkRoot) throws IOException
- Throws:
IOException
-
FileChangesFromFolder
public FileChangesFromFolder(Path walkRoot, String folderTo) throws IOException
- Throws:
IOException
-
FileChangesFromFolder
public FileChangesFromFolder(Path walkRoot, String folderTo, Predicate<Path> filter) throws IOException
- Throws:
IOException
-
FileChangesFromFolder
public FileChangesFromFolder(Path walkRoot, Predicate<Path> filter, FileAdaptor... fileAdaptors) throws IOException
- Throws:
IOException
-
FileChangesFromFolder
public FileChangesFromFolder(Path walkRoot, String folderTo, Predicate<Path> filter, FileAdaptor... fileAdaptors) throws IOException
- Throws:
IOException
-
-