Interface Transform

All Known Implementing Classes:
DateToYear

public interface Transform
Convert metadata strings to other forms.
Author:
mwood
  • Method Summary

    Modifier and Type
    Method
    Description
    Convert the input form to the desired output form.
  • Method Details

    • transform

      String transform(String from) throws Exception
      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