Package org.fcrepo.migration
Class Example1TestSuite.SimpleObjectSource
- java.lang.Object
-
- org.fcrepo.migration.Example1TestSuite.SimpleObjectSource
-
- All Implemented Interfaces:
Iterable<org.fcrepo.migration.FedoraObjectProcessor>,org.fcrepo.migration.ObjectSource
- Enclosing class:
- Example1TestSuite
public static class Example1TestSuite.SimpleObjectSource extends Object implements org.fcrepo.migration.ObjectSource
-
-
Constructor Summary
Constructors Constructor Description SimpleObjectSource(String path, org.fcrepo.migration.foxml.URLFetcher f, org.fcrepo.migration.foxml.InternalIDResolver resolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<org.fcrepo.migration.FedoraObjectProcessor>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
-
SimpleObjectSource
public SimpleObjectSource(String path, org.fcrepo.migration.foxml.URLFetcher f, org.fcrepo.migration.foxml.InternalIDResolver resolver) throws XMLStreamException
- Throws:
XMLStreamException
-
-