Package org.opensaml.core.xml.persist
Class FilesystemLoadSaveManager.FileIterable
- java.lang.Object
-
- org.opensaml.core.xml.persist.FilesystemLoadSaveManager.FileIterable
-
-
Constructor Summary
Constructors Constructor Description FileIterable(Collection<String> filenames)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Pair<String,T>>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
-
FileIterable
public FileIterable(@Nonnull Collection<String> filenames)Constructor.- Parameters:
filenames- Snapshot of filesystem keys at time of construction
-
-