Class CombinedFileChanges
- java.lang.Object
-
- org.openl.rules.repository.folder.CombinedFileChanges
-
public class CombinedFileChanges extends Object implements Iterable<FileItem>
Used to combine several FileItem iterables into one. For example if we have several iterables from different folders, and we want save them in one transaction, we can combine them with this class and pass the result into the method save(fileData, iterable, changesetType).
-
-
Constructor Summary
Constructors Constructor Description CombinedFileChanges(Collection<Iterable<FileItem>> multipleIterables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-