Interface Transform

  • All Known Implementing Classes:
    DateToYear

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

      • 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