Package org.fcrepo.migration
Interface ExternalContentURLMapper
-
- All Known Implementing Classes:
SelfReferencingURLMapper
public interface ExternalContentURLMapper
An interface defining a method to replace one URL (represented as a String) with another. In the context of migrating objects from fedora 3 to fedora 4, there may be a need to make programmatic updates to the URLs founds in External or Redirect datastreams. This interface is for that purpose.- Author:
- Mike Durbin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringmapURL(String url)
-