Package org.fcrepo.migration.handlers
-
Class Summary Class Description BasicObjectVersionHandler ConsoleLoggingStreamingFedoraObjectHandler A simple StreamingFedoraObjectHandler implementation that simply outputs information to the console.ObjectAbstractionStreamingFedoraObjectHandler A StreamingFedoraObjectHandler implementation that caches all the references to the Fedora 3 object and provides them to a FedoraObjectHandler implementation which in turn can process the object as a whole in a random-access fashion rather than as a stream.VersionAbstractionFedoraObjectHandler A FedoraObjectHandler implementation that analyzes the ObjectReference provided to the processObject method and exposes the version abstraction to a wrapped FedoraObjectVersionHandler implementation.