Package org.fcrepo.migration
Interface ObjectSource
-
- All Superinterfaces:
Iterable<FedoraObjectProcessor>
- All Known Implementing Classes:
ArchiveExportedFoxmlDirectoryObjectSource,NativeFoxmlDirectoryObjectSource
public interface ObjectSource extends Iterable<FedoraObjectProcessor>
An interface representing a source of fedora 3 objects that can be accessed sequentially for processing.- Author:
- mdurbin
-
-
Method Summary
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-