Package org.dspace.identifier.ezid
Interface Transform
- All Known Implementing Classes:
DateToYear
public interface Transform
Convert metadata strings to other forms.
- Author:
- mwood
-
Method Summary
-
Method Details
-
transform
Convert the input form to the desired output form.- Parameters:
from- input form to transform from- Returns:
- transformed output form
- Throws:
Exception- A general exception
-