Uses of Interface
org.fcrepo.migration.ObjectSource
-
Packages that use ObjectSource Package Description org.fcrepo.migration org.fcrepo.migration.foxml -
-
Uses of ObjectSource in org.fcrepo.migration
Methods in org.fcrepo.migration with parameters of type ObjectSource Modifier and Type Method Description voidMigrator. setSource(ObjectSource source)set the source.Constructors in org.fcrepo.migration with parameters of type ObjectSource Constructor Description Migrator(ObjectSource source, StreamingFedoraObjectHandler handler)The constructor for migrator. -
Uses of ObjectSource in org.fcrepo.migration.foxml
Classes in org.fcrepo.migration.foxml that implement ObjectSource Modifier and Type Class Description classArchiveExportedFoxmlDirectoryObjectSourceAn ObjectSource implementation that exposes FOXML from a provided directory.classNativeFoxmlDirectoryObjectSourceAn ObjectSource implementation that exposes FOXML from a provided directory.
-