Package org.fcrepo.migration
Interface ContentDigest
-
- All Known Implementing Classes:
DefaultContentDigest
public interface ContentDigest
An interface defining access to information about a fedora datastream's content digest.- Author:
- mdurbin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDigest()Gets the value of the content digest.StringgetType()Gets the type: one of several defined in the fedora foxml schema.
-